diff options
Diffstat (limited to 'src/enums.hh')
| -rw-r--r-- | src/enums.hh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/enums.hh b/src/enums.hh index 5124936..ea0d87a 100644 --- a/src/enums.hh +++ b/src/enums.hh @@ -6,6 +6,14 @@ // TODO(fusion): Probably cleanup these names? Prefix values? Its crazy that // there are no collision problems (possibly yet). +enum BloodType: int { + BT_BLOOD = 0, + BT_SLIME = 1, + BT_BONES = 2, + BT_FIRE = 3, + BT_ENERGY = 4, +}; + enum CreatureType: int { PLAYER = 0, MONSTER = 1, |
