aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/utility
diff options
context:
space:
mode:
authorFilippos Karapetis2014-12-08 01:09:04 +0200
committerFilippos Karapetis2014-12-08 01:09:04 +0200
commit9ebfa3e4f93bd3af0b8170bbb718e4e9a120e776 (patch)
tree65fa143305b4b9250d79be2decb839dd0d6aa632 /engines/zvision/utility
parentec1fdeb25ad6b2d9aae69a544f45eb7fc5e189b8 (diff)
downloadscummvm-rg350-9ebfa3e4f93bd3af0b8170bbb718e4e9a120e776.tar.gz
scummvm-rg350-9ebfa3e4f93bd3af0b8170bbb718e4e9a120e776.tar.bz2
scummvm-rg350-9ebfa3e4f93bd3af0b8170bbb718e4e9a120e776.zip
ZVISION: Add some spacing
Diffstat (limited to 'engines/zvision/utility')
-rw-r--r--engines/zvision/utility/clock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/zvision/utility/clock.h b/engines/zvision/utility/clock.h
index 9a50116a8c..cbf52be560 100644
--- a/engines/zvision/utility/clock.h
+++ b/engines/zvision/utility/clock.h
@@ -47,6 +47,7 @@ public:
* when the last update() was called.
*/
void update();
+
/**
* Get the delta time since the last frame. (The time between update() calls)
*
@@ -55,6 +56,7 @@ public:
uint32 getDeltaTime() const {
return _deltaTime;
}
+
/**
* Get the time from the program starting to the last update() call
*
@@ -69,6 +71,7 @@ public:
* 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.