mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 05:47:41 +00:00
16
include/GuiSys/CGuiTableGroup.hpp
Normal file
16
include/GuiSys/CGuiTableGroup.hpp
Normal 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
|
||||
Reference in New Issue
Block a user