mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 15:34:08 +00:00
moved some stuff to MemoryMgr
This commit is contained in:
parent
b23bda6e45
commit
a8035b6466
12 changed files with 150 additions and 143 deletions
|
@ -16,7 +16,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__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue