saves part 1

This commit is contained in:
Nikolay Korolev 2020-10-17 18:50:16 +03:00
commit 1195f3db7b
11 changed files with 109 additions and 54 deletions

View file

@ -132,6 +132,12 @@ public:
void Fix(void);
void SetupModelNodes(void);
void ReduceHornCounter(void);
#ifdef COMPATIBLE_SAVES
virtual void Save(uint8*& buf);
virtual void Load(uint8*& buf);
#endif
static const uint32 nSaveStructSize;
};
// These functions and function names are made up