summaryrefslogtreecommitdiff
path: root/rail.h
diff options
context:
space:
mode:
Diffstat (limited to 'rail.h')
-rw-r--r--rail.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/rail.h b/rail.h
index 215a291dd..ba5025dbe 100644
--- a/rail.h
+++ b/rail.h
@@ -172,6 +172,17 @@ typedef struct RailtypeInfo {
} gui_sprites;
struct {
+ CursorID rail_ns;
+ CursorID rail_swne;
+ CursorID rail_ew;
+ CursorID rail_nwse;
+ CursorID autorail;
+ CursorID depot;
+ CursorID tunnel;
+ CursorID convert;
+ } cursor;
+
+ struct {
StringID toolbar_caption;
} strings;