summaryrefslogtreecommitdiff
path: root/include/reset_save_heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/reset_save_heap.h')
-rw-r--r--include/reset_save_heap.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/reset_save_heap.h b/include/reset_save_heap.h
new file mode 100644
index 000000000..8cb038906
--- /dev/null
+++ b/include/reset_save_heap.h
@@ -0,0 +1,13 @@
+#ifndef GUARD_RESET_SAVE_HEAP_H
+#define GUARD_RESET_SAVE_HEAP_H
+
+// Exported type declarations
+
+// Exported RAM declarations
+
+// Exported ROM declarations
+
+void sub_8079B7C(void);
+
+#endif //GUARD_RESET_SAVE_HEAP_H
+