Implemented OSystem_SDL::getTimeAndDate (identical to OSystem::getTimeAndDate, which will eventually be REMOVED -- all porters should copy this change, if they haven't already)

svn-id: r31112
This commit is contained in:
Max Horn 2008-03-12 18:36:51 +00:00
parent 7288b92d0d
commit 6b3b7a5dc2
2 changed files with 8 additions and 0 deletions

View file

@ -154,6 +154,7 @@ public:
// Quit
virtual void quit(); // overloaded by CE backend
virtual void getTimeAndDate(struct tm &t) const;
virtual Common::TimerManager *getTimerManager();
// Mutex handling