STARTREK: Move function descriptions to headers

This commit is contained in:
Matthew Stewart 2018-07-23 22:06:24 -04:00 committed by Eugene Sandulenko
parent c2dd39a6c2
commit 0e85e19ee7
17 changed files with 308 additions and 235 deletions

View file

@ -172,10 +172,6 @@ bool StarTrekEngine::loadGame(int slot) {
return true;
}
/**
* Call this after loading "saveOrLoadMetadata" to load all the data pertaining to game
* execution.
*/
bool StarTrekEngine::saveOrLoadGameData(Common::SeekableReadStream *in, Common::WriteStream *out, SavegameMetadata *meta) {
Common::Serializer ser(in, out);