summaryrefslogtreecommitdiff
path: root/newgrf_callbacks.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-04-11 13:00:06 +0000
committerpeter1138 <peter1138@openttd.org>2006-04-11 13:00:06 +0000
commit96e794be2d2dadfeb98244daaaea993c92a46eb5 (patch)
tree23b61f781c681567c927de43017d5085cbb9d230 /newgrf_callbacks.h
parent64a237b192161878e9bab2f3f4da62ab0c8d81a3 (diff)
downloadopenttd-96e794be2d2dadfeb98244daaaea993c92a46eb5.tar.xz
(svn r4356) - NewGRF: Load more newstation properties.
Diffstat (limited to 'newgrf_callbacks.h')
-rw-r--r--newgrf_callbacks.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/newgrf_callbacks.h b/newgrf_callbacks.h
index 3439d51cf..228b46af2 100644
--- a/newgrf_callbacks.h
+++ b/newgrf_callbacks.h
@@ -42,6 +42,14 @@ enum VehicleCallbackMask {
};
/**
+ * 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.
*/
enum {