rogue-like/src/builder/actors_private.inc
Christophe Meneboeuf 7c90129e9b auto loader
2021-04-16 23:52:49 +02:00

8 lines
147 B
HTML

; @brief All kind of reactive actors that can be in a level
.enum eACTORSREACTIVE
AA_STAIRUP = 0
AA_STAIRDOWN
AA_MAP
AA_NB
.endenum