(svn r12476) -Codechange: split type engine related types from engine.h (and openttd.h) to engine_type.h.

This commit is contained in:
rubidium
2008-03-28 18:00:38 +00:00
parent d97c16ee8b
commit 93d59fe448
11 changed files with 192 additions and 171 deletions

View File

@@ -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,