aboutsummaryrefslogtreecommitdiff
path: root/common/system.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/system.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/system.h')
-rw-r--r--common/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h
index c0fabec1b4..97e7ebcca2 100644
--- a/common/system.h
+++ b/common/system.h
@@ -25,6 +25,8 @@
#include "scummsys.h"
+class Timer;
+
// Interface to the ScummVM backend
class OSystem {