Adds support for History data, allowing us to store specific interesting occurrences in the data flow, and recall them later.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
This commit is contained in:
6
src/Battling/History/HistoryElementKind.hpp
Normal file
6
src/Battling/History/HistoryElementKind.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef CREATURELIB_HISTORYELEMENTKIND_HPP
|
||||
#define CREATURELIB_HISTORYELEMENTKIND_HPP
|
||||
#include <Arbutils/Enum.hpp>
|
||||
|
||||
ENUM(HistoryElementKind, uint8_t, AttackUse)
|
||||
#endif // CREATURELIB_HISTORYELEMENTKIND_HPP
|
||||
Reference in New Issue
Block a user