aboutsummaryrefslogtreecommitdiff
path: root/gob/timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gob/timer.cpp')
-rw-r--r--gob/timer.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/gob/timer.cpp b/gob/timer.cpp
index 1c5987d2e9..c7487f1156 100644
--- a/gob/timer.cpp
+++ b/gob/timer.cpp
@@ -22,13 +22,15 @@
#include "gob/gob.h"
#include "gob/global.h"
#include "gob/sound.h"
+#include "gob/timer.h"
+
namespace Gob {
-void timer_enableTimer() {
- debug(4, "STUB: timer_enableTimer()");
+void GTimer::enableTimer() {
+ debug(4, "STUB: GTimer::enableTimer()");
}
-void timer_disableTimer() {
- debug(4, "STUB: timer_disableTimer()");
+void GTimer::disableTimer() {
+ debug(4, "STUB: GTimer::disableTimer()");
}
}