CreatureLib/src/Battling/TurnChoices/TurnChoiceKind.hpp
Deukhoofd 53bfbd36c2
Some checks failed
continuous-integration/drone/push Build is failing
Use a precompiled header.
Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
2020-09-25 13:05:15 +02:00

8 lines
225 B
C++

#ifndef CREATURELIB_TURNCHOICEKIND_HPP
#define CREATURELIB_TURNCHOICEKIND_HPP
namespace CreatureLib::Battling {
ENUM(TurnChoiceKind, uint8_t, Pass, Attack, Item, Switch, Flee);
}
#endif // CREATURELIB_TURNCHOICEKIND_HPP