From 2daf61f70256f7af8ff47deed20127e59426cca9 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Sat, 14 May 2011 13:57:49 +0100 Subject: Put menu_wall back into interface.c to fix crackers colour menu 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 -- cgit v0.9.2-21-gd62e