aboutsummaryrefslogtreecommitdiff
path: root/plugins/cherry/cherry.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/cherry/cherry.h')
-rw-r--r--plugins/cherry/cherry.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/cherry/cherry.h b/plugins/cherry/cherry.h
new file mode 100644
index 0000000..87ccbec
--- /dev/null
+++ b/plugins/cherry/cherry.h
@@ -0,0 +1,8 @@
+#ifndef _CHERRY_H_
+#define _CHERRY_H_
+
+#include "../inventory/inventory.h"
+
+extern struct item cherry_item;
+
+#endif