summaryrefslogtreecommitdiff
path: root/include/item_pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/item_pc.h')
-rw-r--r--include/item_pc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/item_pc.h b/include/item_pc.h
new file mode 100644
index 000000000..2fecf69a8
--- /dev/null
+++ b/include/item_pc.h
@@ -0,0 +1,7 @@
+#ifndef GUARD_ITEM_PC_H
+#define GUARD_ITEM_PC_H
+
+void ItemPc_Init(u8 a0, MainCallback callback);
+void ItemPc_SetInitializedFlag(u8);
+
+#endif //GUARD_ITEM_PC_H