diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-11-25 00:37:28 -0500 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-11-25 00:37:28 -0500 |
| commit | 6052e667c632b4b22deffa42130a7022c35c9507 (patch) | |
| tree | 201e7e33fc7ffc71328646a51d48ee304f6d5bc7 /include/toBeSorted | |
| parent | 43705afa26facc8a043cb09778c19b21c67b2630 (diff) | |
updateInEvent
Diffstat (limited to 'include/toBeSorted')
| -rw-r--r-- | include/toBeSorted/actor_event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/toBeSorted/actor_event.h b/include/toBeSorted/actor_event.h index 03fd30d6..cbd68422 100644 --- a/include/toBeSorted/actor_event.h +++ b/include/toBeSorted/actor_event.h @@ -18,6 +18,7 @@ public: bool isAdvance(); int getSomeEventRelatedNumber(); + int getSingleShortData(int *result, u32 code, u32); int getSingleIntData(int *result, u32 code, u32); int getSingleFloatData(f32 *result, u32 code, u32); int getSingleVecData(mVec3_c *result, u32 code, u32); |
