mirror of
https://github.com/zeldaret/oot
synced 2026-07-09 22:51:52 -04:00
Document Actor_DrawDoorLock (#1045)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user