Match and link CRepeatState

Former-commit-id: 6e006bdcbd
This commit is contained in:
2022-11-16 14:17:35 -08:00
parent 8e96fba1fb
commit c5fa86c9bb
4 changed files with 42 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
#ifndef _CGUITABLEGROUP
#define _CGUITABLEGROUP
#include "GuiSys/CGuiObject.hpp"
class CGuiTableGroup {
public:
class CRepeatState {
CRepeatState();
uchar Update(float dt, bool state);
private:
float x0_timer;
};
};
#endif // _CGUITABLEGROUP