industry_gui.c
changeset 1386 aa5a172a8431
parent 1309 dab90d4cbf2d
child 1388 4bfe9ccd4344
--- a/industry_gui.c	Fri Feb 18 22:17:33 2005 +0000
+++ b/industry_gui.c	Sat Feb 19 14:40:32 2005 +0000
@@ -4,7 +4,7 @@
 #include "strings.h"
 #include "table/strings.h"
 #include "map.h"
-//#include "gui.h"
+#include "gui.h"
 #include "window.h"
 #include "gfx.h"
 #include "command.h"
@@ -23,7 +23,6 @@
 
 static void UpdateIndustryProduction(Industry *i);
 extern void DrawArrowButtons(int x, int y, int state);
-extern void ShowQueryString(StringID str, StringID caption, int maxlen, int maxwidth, byte window_class, uint16 window_number);
 
 static void BuildIndustryWndProc(Window *w, WindowEvent *e)
 {