summaryrefslogtreecommitdiff
path: root/include/SDK/mem.h
blob: 7bcbe6d7b62dd4440bbcadb25daef4ffb70466f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef POKEREVO_MEM_H
#define POKEREVO_MEM_H

#ifdef __cplusplus
extern "C" {
#endif

#include "MEM/mem_expHeap.h"

#ifdef __cplusplus
}
#endif

#endif //POKEREVO_MEM_H