Skip to content

Commit

Permalink
ZVISION: Add some spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegr committed Dec 7, 2014
1 parent ec1fdeb commit 9ebfa3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engines/zvision/utility/clock.h
Expand Up @@ -47,6 +47,7 @@ class Clock {
* when the last update() was called.
*/
void update();

/**
* Get the delta time since the last frame. (The time between update() calls)
*
Expand All @@ -55,6 +56,7 @@ class Clock {
uint32 getDeltaTime() const {
return _deltaTime;
}

/**
* Get the time from the program starting to the last update() call
*
Expand All @@ -69,6 +71,7 @@ class Clock {
* Has no effect if the clock is already paused.
*/
void start();

/**
* Un-pause the clock.
* Has no effect if the clock is already un-paused.
Expand Down

0 comments on commit 9ebfa3e

Please sign in to comment.