summaryrefslogtreecommitdiff
path: root/inc/timer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/timer.hpp')
-rw-r--r--inc/timer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/timer.hpp b/inc/timer.hpp
index c8f43ff..d4e46e8 100644
--- a/inc/timer.hpp
+++ b/inc/timer.hpp
@@ -11,7 +11,7 @@ class Timer
void Stop();
void Pause();
void unPause();
- int getTicks();
+ int getTicks();
bool isStarted(){return started;};
bool isPaused(){return paused;};