summaryrefslogtreecommitdiff
path: root/include/toBeSorted
diff options
context:
space:
mode:
authorelijah-thomas774 <elijahthomas774@gmail.com>2026-04-18 14:35:02 -0400
committerelijah-thomas774 <elijahthomas774@gmail.com>2026-04-18 14:35:02 -0400
commit9f4cf0c308b483556a513d6b438041a47b52a71a (patch)
tree1bd9fac212402c5d82c5f5aeb3440f257b86f8b0 /include/toBeSorted
parent5d27cfd9a517fc13342c3b9bef917647c66c8d0c (diff)
dAcEremly_c equivalent
Diffstat (limited to 'include/toBeSorted')
-rw-r--r--include/toBeSorted/event_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/toBeSorted/event_manager.h b/include/toBeSorted/event_manager.h
index 3f3946ab..929cb869 100644
--- a/include/toBeSorted/event_manager.h
+++ b/include/toBeSorted/event_manager.h
@@ -20,6 +20,9 @@ public:
static bool canSkipCurrentEvent();
static dAcBase_c *getMainActorInEvent();
+ static Event *getSkipOnlyEvent();
+ static bool fn_800A0B80();
+ static void fn_8009FA10(dAcBase_c *actor, Event *event, void *unknown);
static void execute();
static EventManager *sInstance;