station.h
changeset 3812 d9b3041ee3d0
parent 3786 73784d02aa69
child 3900 4984308f9125
--- a/station.h	Thu May 11 09:54:11 2006 +0000
+++ b/station.h	Thu May 11 10:33:58 2006 +0000
@@ -8,6 +8,7 @@
 #include "sprite.h"
 #include "tile.h"
 #include "newgrf_station.h"
+#include "window.h"
 
 typedef struct GoodsEntry {
 	uint16 waiting_acceptance;
@@ -138,6 +139,10 @@
 
 VARDEF SortStruct *_station_sort;
 
+/* sorter stuff */
+void RebuildStationLists(void);
+void ResortStationLists(void);
+
 extern MemoryPool _station_pool;
 
 /**
@@ -191,9 +196,6 @@
 /* End of stuff for ROADSTOPS */
 
 
-VARDEF bool _station_sort_dirty[MAX_PLAYERS];
-VARDEF bool _global_station_sort_dirty;
-
 void AfterLoadStations(void);
 void GetProductionAroundTiles(AcceptedCargo produced, TileIndex tile, int w, int h, int rad);
 void GetAcceptanceAroundTiles(AcceptedCargo accepts, TileIndex tile, int w, int h, int rad);