summaryrefslogtreecommitdiff
path: root/include/hof_pc.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-02-04 23:06:04 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2018-02-04 23:06:04 -0500
commitecfdc57e1cff1fa34ff7edcf7524aeadbc265b69 (patch)
tree123155f492599caf4597b6fc812a0a064d3962bd /include/hof_pc.h
parent9776f51f0643a8d988fcd5fc2ac404a7ea285235 (diff)
parentf1f6c7337f4f2f002b456468b0ccc327fc494d02 (diff)
Merge branch 'master' into fix_nonmatching
Diffstat (limited to 'include/hof_pc.h')
-rw-r--r--include/hof_pc.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/hof_pc.h b/include/hof_pc.h
new file mode 100644
index 000000000..c6df4e9a1
--- /dev/null
+++ b/include/hof_pc.h
@@ -0,0 +1,12 @@
+#ifndef GUARD_hof_pc_H
+#define GUARD_hof_pc_H
+
+// Exported type declarations
+
+// Exported RAM declarations
+
+// Exported ROM declarations
+
+void ReturnFromHallOfFamePC(void);
+
+#endif //GUARD_hof_pc_H