blob: 0226eb632b635bb1bfceb5a363a083befa1a3b7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef GUARD_EVENT_OBJECT_LOCK_H
#define GUARD_EVENT_OBJECT_LOCK_H
bool8 sub_80983C4(void);
void ScriptFreezeObjectEvents(void);
bool8 sub_809847C(void);
void LockSelectedObjectEvent(void);
void sub_8098630(void);
bool8 sub_8098734(void);
void ScriptUnfreezeObjectEvents(void);
void UnionRoom_UnlockPlayerAndChatPartner(void);
#endif // GUARD_EVENT_OBJECT_LOCK_H
|