1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-02 22:14:33 +00:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 52 additions and 38 deletions

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