summaryrefslogtreecommitdiff
path: root/include/hof_pc.h
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-02-03 13:35:38 -0500
committeryenatch <yenatch@gmail.com>2018-02-03 13:35:38 -0500
commit204d3e45f0c0843ada1243897d36e873059efde1 (patch)
treeb4c3fae28387695175f007357848286afbb0a494 /include/hof_pc.h
parent3ed97d94be70bee91b581517311c01cf20c917de (diff)
parentf1584e69c307427516d2c180ab92e28bc3786326 (diff)
Merge remote-tracking branch 'origin/master' into battle-1
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