Files
CreatureLib/src/Battling/EventHooks/EventDataKind.hpp
Deukhoofd 3efd7a6974
All checks were successful
continuous-integration/drone/push Build is passing
Added C interface for EventData.
2020-03-09 11:12:24 +01:00

10 lines
230 B
C++

#ifndef CREATURELIB_EVENTDATAKIND_HPP
#define CREATURELIB_EVENTDATAKIND_HPP
#include <Arbutils/Enum.hpp>
namespace CreatureLib::Battling {
ENUM(EventDataKind, uint8_t, Damage, Heal)
}
#endif // CREATURELIB_EVENTDATAKIND_HPP