added some doxygen comments to common/system.h; cleaned up the OSystem interface a bit

svn-id: r8116
This commit is contained in:
Max Horn 2003-05-29 21:45:26 +00:00
parent 417ec3a588
commit f0a9f4fb2c
18 changed files with 179 additions and 87 deletions

View file

@ -4498,6 +4498,9 @@ void SimonState::delay(uint amount) {
else
_exit_cutscene = true;
break;
default:
break;
}
}