MOHAWK: Pass objs by const ref not by value
svn-id: r54443
This commit is contained in:
parent
830c39a687
commit
121056c12f
14 changed files with 50 additions and 48 deletions
|
@ -195,9 +195,9 @@ public:
|
|||
~MystSaveLoad();
|
||||
|
||||
Common::StringArray generateSaveGameList();
|
||||
bool loadGame(Common::String);
|
||||
bool saveGame(Common::String);
|
||||
void deleteSave(Common::String);
|
||||
bool loadGame(const Common::String &);
|
||||
bool saveGame(const Common::String &);
|
||||
void deleteSave(const Common::String &);
|
||||
|
||||
void initMystVariables(MystVariables *_tv);
|
||||
void debug_printMystVariables(MystVariables *_tv);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue