link d_t_tumble_weed

This commit is contained in:
elijah-thomas774
2025-11-28 06:09:05 -05:00
parent cffef6c1b7
commit 974aca3d05
4 changed files with 10 additions and 1 deletions
+4
View File
@@ -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 { \