From 49a040e6ad50e552bd4c2bfc049b4432e43cebff Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 28 Mar 2008 18:00:38 +0000 Subject: (svn r12476) -Codechange: split type engine related types from engine.h (and openttd.h) to engine_type.h. --- src/openttd.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/openttd.h') diff --git a/src/openttd.h b/src/openttd.h index 633f10939..445d95b05 100644 --- a/src/openttd.h +++ b/src/openttd.h @@ -10,12 +10,8 @@ // Forward declarations of structs. typedef byte LandscapeID; -typedef uint16 EngineID; typedef uint16 UnitID; -/* IDs used in Pools */ -typedef uint16 EngineRenewID; - enum GameModes { GM_MENU, GM_NORMAL, -- cgit v1.2.3-70-g09d2