Document Actor_DrawDoorLock (#1045)

This commit is contained in:
Dragorn421
2021-12-02 01:32:23 +01:00
committed by GitHub
parent ff49ace524
commit b3d5f549e7
5 changed files with 52 additions and 38 deletions
+6
View File
@@ -321,4 +321,10 @@ typedef enum {
#undef DEFINE_ACTOR_INTERNAL
#undef DEFINE_ACTOR_UNSET
typedef enum {
DOORLOCK_NORMAL,
DOORLOCK_BOSS,
DOORLOCK_NORMAL_SPIRIT
} DoorLockType;
#endif