diff options
| author | robojumper <robojumper@gmail.com> | 2025-10-10 01:05:19 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-10-10 01:19:59 +0200 |
| commit | 6d7a7007c057a5fbbdc88f12f44aab6ec7a8d030 (patch) | |
| tree | 76f9b75a57b3f958162069bccc3c041da60b1d9d /include/toBeSorted | |
| parent | a7ab2f6fee5eeb545d29fed66381262a163b6f98 (diff) | |
more
Diffstat (limited to 'include/toBeSorted')
| -rw-r--r-- | include/toBeSorted/d_flow_mgr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/toBeSorted/d_flow_mgr.h b/include/toBeSorted/d_flow_mgr.h index e1834154..25784a23 100644 --- a/include/toBeSorted/d_flow_mgr.h +++ b/include/toBeSorted/d_flow_mgr.h @@ -10,6 +10,9 @@ public: dFlowMgrBase_c(dFlow_c *flow); virtual ~dFlowMgrBase_c() {} + void triggerEntryPoint(s32 labelPart1, s32 labelPart2, u8 p4, u8 p5); + bool checkFinished(); + private: /* 0x04 */ dFlow_c *mpFlow; /* 0x08 */ u8 _0x08[0x14 - 0x08]; |
