STARTREK: Move function descriptions to headers
This commit is contained in:
parent
c2dd39a6c2
commit
0e85e19ee7
17 changed files with 308 additions and 235 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue