summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/interface.h')
-rw-r--r--includes/interface.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/includes/interface.h b/includes/interface.h
index aa5b0b2..149182c 100644
--- a/includes/interface.h
+++ b/includes/interface.h
@@ -12,6 +12,13 @@ struct menu_section
};
typedef struct menu_section menu_section;
+struct menu_wall
+{
+ pixel colour;
+ const char *descs;
+};
+typedef struct menu_wall menu_wall;
+
#define SC_WALL 0
#define SC_SPECIAL 8
#define SC_POWDERS 5