Fix loading savegame from original interpreter

svn-id: r29901
This commit is contained in:
Vincent Hamm 2007-12-18 20:12:42 +00:00
parent 550aea90ff
commit aa62d6355a
22 changed files with 418 additions and 193 deletions

View file

@ -28,6 +28,7 @@
namespace Cruise {
int saveSavegameData(int saveGameIdx);
int loadSavegameData(int saveGameIdx);
} // End of namespace Cruise