d_lyt_meter_cross_btn OK

This commit is contained in:
robojumper
2025-04-12 23:53:55 +02:00
parent d76002aaf5
commit 27c8a5dac5
13 changed files with 738 additions and 89 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
mStateMgr.changeState(value); \
}
#define STATE_MGR_DECLARE_UTIL_ISSTATE(class_name) \
#define STATE_MGR_DEFINE_UTIL_ISSTATE(class_name) \
bool isState(const sFStateID_c<class_name> &value) const { \
return *mStateMgr.getStateID() == value; \
}