mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-19 00:49:21 +00:00
Reactivated Store(Restore)StuffIn(From)Mem, fixed bugs
This commit is contained in:
parent
e2bd3573b4
commit
90bcb888e8
7 changed files with 42 additions and 38 deletions
|
@ -272,6 +272,7 @@ public:
|
|||
static void *operator new(size_t);
|
||||
static void *operator new(size_t, int);
|
||||
static void operator delete(void*, size_t);
|
||||
static void operator delete(void*, int);
|
||||
|
||||
~CPed(void);
|
||||
void FlagToDestroyWhenNextProcessed(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue