aboutsummaryrefslogtreecommitdiff
path: root/src/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inventory.h')
-rw-r--r--src/inventory.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/inventory.h b/src/inventory.h
new file mode 100644
index 0000000..548b951
--- /dev/null
+++ b/src/inventory.h
@@ -0,0 +1,9 @@
+#ifndef INVENTORY_H
+#define INVENTORY_H
+
+void inventory();
+
+int inventoryStep();
+void inventoryDraw();
+
+#endif \ No newline at end of file