gui.h
changeset 2788 0187c588107e
parent 2621 2bacc2e9c68f
child 2790 f99251c8e48a
equal deleted inserted replaced
2787:8137f0fa3390 2788:0187c588107e
   124 /*	FIOS_TYPE_FILE, FIOS_TYPE_OLDFILE etc. different colours */
   124 /*	FIOS_TYPE_FILE, FIOS_TYPE_OLDFILE etc. different colours */
   125 extern const byte _fios_colors[];
   125 extern const byte _fios_colors[];
   126 
   126 
   127 /* network gui */
   127 /* network gui */
   128 void ShowNetworkGameWindow(void);
   128 void ShowNetworkGameWindow(void);
   129 void ShowChatWindow(StringID str, StringID caption, int maxlen, int maxwidth, byte window_class, uint16 window_number);
   129 void ShowChatWindow(StringID str, StringID caption, int maxlen, int maxwidth, WindowClass window_class, WindowNumber window_number);
   130 
   130 
   131 /* bridge_gui.c */
   131 /* bridge_gui.c */
   132 void ShowBuildBridgeWindow(uint start, uint end, byte type);
   132 void ShowBuildBridgeWindow(uint start, uint end, byte type);
   133 
   133 
   134 enum {
   134 enum {