mirror of
https://github.com/halpz/re3.git
synced 2025-07-13 11:48:12 +00:00
added MemoryHeap from III, MemoryMgr
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user