rail.h
changeset 2514 8887b1f005c7
parent 2511 0a81d9ca79bc
child 2520 75eb66d6e371
--- a/rail.h	Fri Oct 14 08:02:18 2005 +0000
+++ b/rail.h	Fri Oct 14 08:11:18 2005 +0000
@@ -172,6 +172,17 @@
 	} 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;