diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-05-14 12:57:49 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-05-14 12:57:49 (GMT) |
| commit | 2daf61f70256f7af8ff47deed20127e59426cca9 (patch) | |
| tree | 2dbfed457b3a5d38f00c378e04160cad571adcb0 /includes/interface.h | |
| parent | 9d20d6af82a3216c673dc5a8c0a3f03ff4326c4f (diff) | |
| download | powder-2daf61f70256f7af8ff47deed20127e59426cca9.zip powder-2daf61f70256f7af8ff47deed20127e59426cca9.tar.gz | |
Put menu_wall back into interface.c to fix crackers colour menu
Diffstat (limited to 'includes/interface.h')
| -rw-r--r-- | includes/interface.h | 7 |
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 |
