aboutsummaryrefslogtreecommitdiff
path: root/common/engine.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-09-18 10:22:36 +0000
committerPaweł Kołodziejski2002-09-18 10:22:36 +0000
commit462d26937c17961834e4226add1766d273ecd517 (patch)
tree87357adc7b555d818e18b384503f258f87c5bc96 /common/engine.h
parent9280c6bfbd9b6a39f4e61588f50dacdc80dbf305 (diff)
downloadscummvm-rg350-462d26937c17961834e4226add1766d273ecd517.tar.gz
scummvm-rg350-462d26937c17961834e4226add1766d273ecd517.tar.bz2
scummvm-rg350-462d26937c17961834e4226add1766d273ecd517.zip
Timer is handled in Engine now
svn-id: r4964
Diffstat (limited to 'common/engine.h')
-rw-r--r--common/engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/engine.h b/common/engine.h
index 944acce1c0..08874ec5c5 100644
--- a/common/engine.h
+++ b/common/engine.h
@@ -38,6 +38,7 @@ class Engine {
public:
OSystem *_system;
SoundMixer *_mixer;
+ Timer * _timer;
protected:
char *_gameDataPath;