mirror of
https://github.com/zeldaret/ss
synced 2026-06-02 02:00:06 -04:00
732a119127
* snd / math / g3d
17 lines
303 B
C
17 lines
303 B
C
#ifndef RVL_SDK_PUBLIC_MEM_H
|
|
#define RVL_SDK_PUBLIC_MEM_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <rvl/MEM/mem_allocator.h>
|
|
#include <rvl/MEM/mem_expHeap.h>
|
|
#include <rvl/MEM/mem_frameHeap.h>
|
|
#include <rvl/MEM/mem_heapCommon.h>
|
|
#include <rvl/MEM/mem_list.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|