GOB: Replaced many uses of strdupcpy by Common::String
svn-id: r41077
This commit is contained in:
parent
010fbadf01
commit
400d2b10af
21 changed files with 67 additions and 86 deletions
|
@ -48,7 +48,7 @@ public:
|
|||
*
|
||||
* @param targetName The game's target name. Used as a base for the save names.
|
||||
*/
|
||||
SaveLoad(GobEngine *vm, const char *targetName);
|
||||
SaveLoad(GobEngine *vm);
|
||||
virtual ~SaveLoad();
|
||||
|
||||
/** "foo\bar\quux.bla" => "quux.bla". */
|
||||
|
@ -67,8 +67,6 @@ public:
|
|||
protected:
|
||||
GobEngine *_vm;
|
||||
|
||||
char *_targetName;
|
||||
|
||||
virtual SaveHandler *getHandler(const char *fileName) const;
|
||||
virtual const char *getDescription(const char *fileName) const;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue