(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

@@ -12,6 +12,7 @@
#include "cargo_type.h"
#include "command_type.h"
#include "vehicle_type.h"
#include "engine_type.h"
#define is_custom_sprite(x) (x >= 0xFD)
#define IS_CUSTOM_FIRSTHEAD_SPRITE(x) (x == 0xFD)