equal
deleted
inserted
replaced
138 |
138 |
139 void BuildFileList(); |
139 void BuildFileList(); |
140 void SetFiosType(const byte fiostype); |
140 void SetFiosType(const byte fiostype); |
141 |
141 |
142 /* FIOS_TYPE_FILE, FIOS_TYPE_OLDFILE etc. different colours */ |
142 /* FIOS_TYPE_FILE, FIOS_TYPE_OLDFILE etc. different colours */ |
143 extern const byte _fios_colors[]; |
143 extern const TextColour _fios_colors[]; |
144 |
144 |
145 /* bridge_gui.cpp */ |
145 /* bridge_gui.cpp */ |
146 void ShowBuildBridgeWindow(uint start, uint end, byte type); |
146 void ShowBuildBridgeWindow(uint start, uint end, byte type); |
147 |
147 |
148 void ShowBuildIndustryWindow(); |
148 void ShowBuildIndustryWindow(); |