src/openttd.h
changeset 6643 f81bee57bc09
parent 6591 514c1a22e10e
child 6683 b88ae30866ce
--- a/src/openttd.h	Sat May 19 09:13:08 2007 +0000
+++ b/src/openttd.h	Sat May 19 09:40:18 2007 +0000
@@ -40,6 +40,7 @@
 struct NewsItem;
 struct Industry;
 struct DrawPixelInfo;
+struct Group;
 typedef byte VehicleOrderID;  ///< The index of an order within its current vehicle (not pool related)
 typedef byte CargoID;
 typedef byte LandscapeID;
@@ -63,6 +64,7 @@
 typedef uint16 WaypointID;
 typedef uint16 OrderID;
 typedef uint16 SignID;
+typedef uint16 GroupID;
 typedef uint16 EngineRenewID;
 typedef uint16 DestinationID;