aboutsummaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorVincent Hamm2002-03-21 01:03:27 +0000
committerVincent Hamm2002-03-21 01:03:27 +0000
commite141367386e855b5a7a1be45ed248e104c89ef45 (patch)
tree5c92798753176e36cba937e5bc87377174b79766 /system.h
parent3858266b66e67723437c953a0619fd26af40e3a3 (diff)
downloadscummvm-rg350-e141367386e855b5a7a1be45ed248e104c89ef45.tar.gz
scummvm-rg350-e141367386e855b5a7a1be45ed248e104c89ef45.tar.bz2
scummvm-rg350-e141367386e855b5a7a1be45ed248e104c89ef45.zip
Add system.h that I forgot in the last commit
svn-id: r3796
Diffstat (limited to 'system.h')
-rw-r--r--system.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/system.h b/system.h
new file mode 100644
index 0000000000..ec781228e8
--- /dev/null
+++ b/system.h
@@ -0,0 +1,7 @@
+class OSystem
+{
+ public:
+ int waitTick(int delta);
+ int last_time;
+ int new_time;
+};