mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-12-03 19:03:01 +00:00
10 lines
177 B
C++
10 lines
177 B
C++
#include "mem.h"
|
|
#include <cstdlib>
|
|
|
|
void* DCMem_New(size_t size, int unk1, int unk2, int unk3, int unk4) {
|
|
return NULL;
|
|
}
|
|
|
|
void* Mem_RecoverPointer(SHandle*){
|
|
return NULL;
|
|
} |