TONY: Move functions comment to doxygen format
This commit is contained in:
parent
31c0210f22
commit
a46b06a587
15 changed files with 249 additions and 121 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue