summaryrefslogtreecommitdiff
path: root/include/SDK/mem.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-10-19 01:40:03 +0100
committerGitHub <noreply@github.com>2020-10-19 01:40:03 +0100
commitc9d369b8d0abf7d75943e25e79e11df3e941e69a (patch)
tree15117926ef46a611e602ecf3cdd0edad5939f081 /include/SDK/mem.h
parent4965b8101131432139e8d2e9e309440ad2acbd2f (diff)
parentfbd635cb89c6e6f8f0e1e9603a515b902e69de06 (diff)
Merge pull request #149 from mparisi20/master
Decompile code_801DAAE0.cpp
Diffstat (limited to 'include/SDK/mem.h')
-rw-r--r--include/SDK/mem.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/SDK/mem.h b/include/SDK/mem.h
new file mode 100644
index 0000000..7bcbe6d
--- /dev/null
+++ b/include/SDK/mem.h
@@ -0,0 +1,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