diff options
Diffstat (limited to 'include/object/lockedDoor.h')
| -rw-r--r-- | include/object/lockedDoor.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/object/lockedDoor.h b/include/object/lockedDoor.h new file mode 100644 index 00000000..8bbca19c --- /dev/null +++ b/include/object/lockedDoor.h @@ -0,0 +1,8 @@ +#ifndef LOCKEDDOOR_H +#define LOCKEDDOOR_H + +#include "global.h" + +extern bool32 sub_08083734(struct Entity_*, u32); + +#endif // LOCKEDDOOR_H |
