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:
parent
7288b92d0d
commit
6b3b7a5dc2
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue