mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 23:30:32 +00:00
added MemoryHeap from III, MemoryMgr
This commit is contained in:
parent
55cf1a37cb
commit
f3a356375e
12 changed files with 855 additions and 47 deletions
|
@ -5,6 +5,7 @@
|
|||
#include "CdStream.h"
|
||||
#include "rwcore.h"
|
||||
#include "RwHelper.h"
|
||||
#include "MemoryMgr.h"
|
||||
|
||||
#define CDDEBUG(f, ...) debug ("%s: " f "\n", "cdvd_stream", ## __VA_ARGS__)
|
||||
#define CDTRACE(f, ...) printf("%s: " f "\n", "cdvd_stream", ## __VA_ARGS__)
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
#include "ColStore.h"
|
||||
#include "DMAudio.h"
|
||||
#include "Script.h"
|
||||
#include "MemoryMgr.h"
|
||||
#include "MemoryHeap.h"
|
||||
|
||||
//--MIAMI: file done (possibly bugs)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue