Mercurial > mm7
diff SaveLoad.h @ 2343:5d263539bbec
Moving functions from unsorted_subs.h pt5
author | Grumpy7 |
---|---|
date | Sun, 06 Apr 2014 21:12:24 +0200 |
parents | 147ee4591b76 |
children |
line wrap: on
line diff
--- a/SaveLoad.h Sun Apr 06 12:57:04 2014 +0200 +++ b/SaveLoad.h Sun Apr 06 21:12:24 2014 +0200 @@ -44,6 +44,11 @@ #pragma pack(pop) +void __fastcall LoadGame(unsigned int uSlot); // idb +void SaveGame(bool IsAutoSAve, bool NotSaveWorld); +void __fastcall DoSavegame(unsigned int uSlot); // idb +bool Initialize_GamesLOD_NewLOD(); +void SaveNewGame(); extern unsigned int uNumSavegameFiles; extern std::array<unsigned int, 45> pSavegameUsedSlots;