aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/time.cpp
AgeCommit message (Collapse)Author
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
svn-id: r15332
2004-03-15Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changesMax Horn
svn-id: r13289
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-10-02updated Marcus' copyrightMax Horn
svn-id: r10543
2003-09-27OSystem changes: removed create_thread() method (not needed anymore; 'pure' ↵Max Horn
threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type svn-id: r10430
2003-06-18Moved include of stdafx.h to top.Marcus Comstedt
svn-id: r8543
2003-03-02Timer implemented.Marcus Comstedt
svn-id: r6667
2002-10-18Put time related stuff in its own file to avoid name clashes for Timer.Marcus Comstedt
svn-id: r5173