DM: Add savegame functions

This commit is contained in:
Bendegúz Nagy 2016-07-19 18:04:14 +02:00
parent bd9fa3eb87
commit 11704d0c50
11 changed files with 261 additions and 34 deletions

View file

@ -580,6 +580,7 @@ public:
void f318_dropAllObjects(uint16 champIndex); // @ F0318_CHAMPION_DropAllObjects
void f323_unpoison(int16 champIndex); // @ F0323_CHAMPION_Unpoison
void f331_applyTimeEffects(); // @ F0331_CHAMPION_ApplyTimeEffects_CPSF
void save2_PartyPart(Common::OutSaveFile *file);
};