aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/timers.h
diff options
context:
space:
mode:
authorMax Horn2009-03-15 20:30:57 +0000
committerMax Horn2009-03-15 20:30:57 +0000
commit9cbed926cdab8a450c6000b750b3f16c5a24d583 (patch)
tree8757548b2e8be6d3472578aa2a74cdf29edc2972 /engines/tinsel/timers.h
parent77d5d3093a6c70d9de8949635a529bf760aabcf9 (diff)
downloadscummvm-rg350-9cbed926cdab8a450c6000b750b3f16c5a24d583.tar.gz
scummvm-rg350-9cbed926cdab8a450c6000b750b3f16c5a24d583.tar.bz2
scummvm-rg350-9cbed926cdab8a450c6000b750b3f16c5a24d583.zip
Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the SCI engine
svn-id: r39428
Diffstat (limited to 'engines/tinsel/timers.h')
-rw-r--r--engines/tinsel/timers.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/engines/tinsel/timers.h b/engines/tinsel/timers.h
index 2260074f1d..a03786ff97 100644
--- a/engines/tinsel/timers.h
+++ b/engines/tinsel/timers.h
@@ -30,9 +30,11 @@
#include "common/scummsys.h"
#include "tinsel/dw.h"
-namespace Tinsel {
+namespace Common {
+ class Serializer;
+}
-class Serializer;
+namespace Tinsel {
#define ONE_SECOND 24
@@ -40,7 +42,7 @@ uint32 DwGetCurrentTime(void);
void RebootTimers(void);
-void syncTimerInfo(Serializer &s);
+void syncTimerInfo(Common::Serializer &s);
void FettleTimers(void);