mirror of
https://github.com/zeldaret/ss
synced 2026-06-24 01:11:25 -04:00
17 lines
323 B
C
17 lines
323 B
C
#ifndef RVL_SDK_PUBLIC_MEM_H
|
|
#define RVL_SDK_PUBLIC_MEM_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <lib/rvl/MEM/mem_allocator.h>
|
|
#include <lib/rvl/MEM/mem_expHeap.h>
|
|
#include <lib/rvl/MEM/mem_frameHeap.h>
|
|
#include <lib/rvl/MEM/mem_heapCommon.h>
|
|
#include <lib/rvl/MEM/mem_list.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|