aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/sdl.h
diff options
context:
space:
mode:
authorAlejandro Marzini2010-06-20 20:11:30 +0000
committerAlejandro Marzini2010-06-20 20:11:30 +0000
commit4a850209d739111b539fc39bcf003abd6e061538 (patch)
tree104183f5fffcea3b504fe28d102ac4def1f219aa /backends/platform/sdl/sdl.h
parent99c0f8260848ff758da3e40d9d816dc51974f793 (diff)
downloadscummvm-rg350-4a850209d739111b539fc39bcf003abd6e061538.tar.gz
scummvm-rg350-4a850209d739111b539fc39bcf003abd6e061538.tar.bz2
scummvm-rg350-4a850209d739111b539fc39bcf003abd6e061538.zip
Removed getMillis, delayMillis and getTimeAndDate functions from TimerManager.
svn-id: r50095
Diffstat (limited to 'backends/platform/sdl/sdl.h')
-rw-r--r--backends/platform/sdl/sdl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/platform/sdl/sdl.h b/backends/platform/sdl/sdl.h
index 8dae6a779c..46053faf46 100644
--- a/backends/platform/sdl/sdl.h
+++ b/backends/platform/sdl/sdl.h
@@ -60,6 +60,10 @@ public:
virtual bool pollEvent(Common::Event &event);
+ uint32 getMillis();
+ void delayMillis(uint msecs);
+ void getTimeAndDate(TimeDate &td) const;
+
protected:
bool _inited;