TONY: Move functions comment to doxygen format

This commit is contained in:
Strangerke 2012-06-17 19:39:58 +02:00
parent 31c0210f22
commit a46b06a587
15 changed files with 249 additions and 121 deletions

View file

@ -422,13 +422,11 @@ void TonyEngine::autoSave(CORO_PARAM) {
CORO_END_CODE;
}
void TonyEngine::saveState(int n, const char *name) {
Common::String buf = getSaveStateFileName(n);
_theEngine.saveState(buf.c_str(), (byte *)_curThumbnail, name);
}
void TonyEngine::loadState(CORO_PARAM, int n) {
CORO_BEGIN_CONTEXT;
Common::String buf;
@ -600,7 +598,6 @@ void TonyEngine::unfreezeTime(void) {
_bTimeFreezed = false;
}
/**
* Returns the millisecond timer
*/