diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-05 12:33:58 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-05 12:33:58 -0300 |
| commit | 850fa1c0e128a4fe05ffdbdabc9dad25a7530a3f (patch) | |
| tree | 7a0664af11f587ba123d77f8c3c90e148b2e0bd9 /reference/enums.hh | |
| parent | f080f1e4bc9475500c0b5ef3c559c0e105290137 (diff) | |
| download | game-850fa1c0e128a4fe05ffdbdabc9dad25a7530a3f.tar.gz game-850fa1c0e128a4fe05ffdbdabc9dad25a7530a3f.zip | |
declare all creature types
Diffstat (limited to 'reference/enums.hh')
| -rw-r--r-- | reference/enums.hh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/reference/enums.hh b/reference/enums.hh index ed42c26..7707e73 100644 --- a/reference/enums.hh +++ b/reference/enums.hh @@ -1,14 +1,4 @@ -enum STATE: int { - SLEEPING=0, - IDLE=1, - UNDERATTACK=2, - TALKING=3, - LEAVING=4, - ATTACKING=5, - PANIC=6 -}; - enum ActionType: int { ACTION_CREATEONMAP=0, ACTION_CREATE=1, |
