diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-11-28 06:09:05 -0500 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-11-28 06:09:05 -0500 |
| commit | 974aca3d051c9a0c5afbb0ce243702756341663d (patch) | |
| tree | 0de85a120d836601a8cefdd356cf8a641a9ce5f0 /include/s | |
| parent | cffef6c1b7e649564c9f7707d42144ac6821a52a (diff) | |
link d_t_tumble_weed
Diffstat (limited to 'include/s')
| -rw-r--r-- | include/s/s_State.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/s/s_State.hpp b/include/s/s_State.hpp index d461f630..807a1bd9 100644 --- a/include/s/s_State.hpp +++ b/include/s/s_State.hpp @@ -38,6 +38,10 @@ void changeState(const sStateIDIf_c &value) { \ mStateMgr.changeState(value); \ } +#define STATE_MGR_DEFINE_UTIL_EXECUTESTATE(class_name) \ + void executeState() { \ + mStateMgr.executeState(); \ + } #define STATE_MGR_DEFINE_UTIL_ISSTATE(class_name) \ bool isState(const sFStateID_c<class_name> &value) const { \ |
