prime/include/GuiSys/CGuiTableGroup.hpp
Phillip Stephens c5fa86c9bb Match and link CRepeatState
Former-commit-id: 6e006bdcbdc5bc13138e4d0e28fb3cfc75241ee4
2022-11-16 14:17:35 -08:00

17 lines
263 B
C++

#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