From 1758c5b211a39c29a193546348e7cc6e7bc2e8c9 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 5 Apr 2005 15:07:40 +0000 Subject: Initial checking of Gob engine svn-id: r17388 --- gob/timer.cpp | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 gob/timer.cpp (limited to 'gob/timer.cpp') diff --git a/gob/timer.cpp b/gob/timer.cpp new file mode 100644 index 0000000000..adc5337fc4 --- /dev/null +++ b/gob/timer.cpp @@ -0,0 +1,21 @@ +/* +** Gobliiins 1 +** Original game by CoktelVision +** +** Reverse engineered by Ivan Dubrov +** +*/ +#include "gob/gob.h" +#include "gob/global.h" +#include "gob/debug.h" +#include "gob/sound.h" +namespace Gob { + +void timer_enableTimer() { + debug(0, "STUB: timer_enableTimer()"); +} + +void timer_disableTimer() { + debug(0, "STUB: timer_disableTimer()"); +} +}; -- cgit v1.2.3