aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/dcmain.cpp
diff options
context:
space:
mode:
authorMarcus Comstedt2002-09-13 14:36:07 +0000
committerMarcus Comstedt2002-09-13 14:36:07 +0000
commited17565f6cd44380b4142ef5647a3a943659e970 (patch)
treedf881670282045c4b9ceffde82cf928a05f944a8 /backends/dc/dcmain.cpp
parent095640be3d6b99dc5395dc9301224210dca09668 (diff)
downloadscummvm-rg350-ed17565f6cd44380b4142ef5647a3a943659e970.tar.gz
scummvm-rg350-ed17565f6cd44380b4142ef5647a3a943659e970.tar.bz2
scummvm-rg350-ed17565f6cd44380b4142ef5647a3a943659e970.zip
Hide the ronin declaration of Timer to avoid conflict with the Timer class.
svn-id: r4932
Diffstat (limited to 'backends/dc/dcmain.cpp')
-rw-r--r--backends/dc/dcmain.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/dc/dcmain.cpp b/backends/dc/dcmain.cpp
index 85bc247581..7217b59f7f 100644
--- a/backends/dc/dcmain.cpp
+++ b/backends/dc/dcmain.cpp
@@ -20,6 +20,8 @@
*
*/
+#define RONIN_TIMER_ACCESS
+
#include <common/scummsys.h>
#include <common/stdafx.h>
#include <common/engine.h>