Spectre/Game/GameTime: add shouldTick()
This commit is contained in:
parent
ed876ca64d
commit
2a608805b5
2 changed files with 9 additions and 3 deletions
|
|
@ -18,10 +18,10 @@ public :
|
|||
|
||||
Time getElapsed() const;
|
||||
|
||||
//bool shouldTick();
|
||||
|
||||
bool beginFrame();
|
||||
|
||||
bool shouldTick() const;
|
||||
|
||||
bool tick();
|
||||
|
||||
void reset();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue