src/openttd.h
changeset 8123 ce31d2843a95
parent 8121 3bc6351e7369
child 8130 d2eb7d04f6e1
--- a/src/openttd.h	Sun Dec 23 04:31:45 2007 +0000
+++ b/src/openttd.h	Sun Dec 23 10:56:02 2007 +0000
@@ -26,12 +26,6 @@
 struct Group;
 typedef byte VehicleOrderID;  ///< The index of an order within its current vehicle (not pool related)
 typedef byte LandscapeID;
-typedef uint32 SpriteID;      ///< The number of a sprite, without mapping bits and colortables
-struct PalSpriteID {
-	SpriteID sprite;
-	SpriteID pal;
-};
-typedef int32 CursorID;
 typedef uint16 EngineID;
 typedef uint16 UnitID;