(svn r4356) - NewGRF: Load more newstation properties.

This commit is contained in:
2006-04-11 13:00:06 +00:00
parent 64a237b192
commit 96e794be2d
3 changed files with 72 additions and 70 deletions

View File

@@ -41,6 +41,14 @@ enum VehicleCallbackMask {
CBM_SOUND_EFFECT = 7, ///< Vehicle uses custom sound effects
};
/**
* Callback masks for stations.
*/
enum StationCallbackMask {
CBM_STATION_AVAIL = 0, ///< Availability of station in construction window
CBM_CUSTOM_LAYOUT = 1, ///< Use callback to select a tile layout to use
};
/**
* Result of a failed callback.
*/