equal
deleted
inserted
replaced
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 { |