added some doxygen comments to common/system.h; cleaned up the OSystem interface a bit
svn-id: r8116
This commit is contained in:
parent
417ec3a588
commit
f0a9f4fb2c
18 changed files with 179 additions and 87 deletions
|
@ -40,7 +40,7 @@ public:
|
|||
void set_shake_pos(int shake_pos) {}
|
||||
uint32 get_msecs();
|
||||
void delay_msecs(uint msecs);
|
||||
void *create_thread(ThreadProc *proc, void *param) { return NULL; }
|
||||
void create_thread(ThreadProc *proc, void *param) { }
|
||||
bool poll_event(Event *event) { return false; }
|
||||
bool set_sound_proc(void *param, SoundProc *proc, byte sound) {}
|
||||
void quit() { exit(1); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue