mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 17:10:33 +00:00
saves part 1
This commit is contained in:
parent
0cf2c8505e
commit
1195f3db7b
11 changed files with 109 additions and 54 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue