diff options
author | rubidium <rubidium@openttd.org> | 2008-03-28 18:00:38 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-03-28 18:00:38 +0000 |
commit | 93d59fe4480116a100aa000f38cea9534fab9184 (patch) | |
tree | b9cba7a8f28964bd54d5599b4a146ab3d27b8f80 /src/ai | |
parent | d97c16ee8bf2a1dcffc7edfd82586fc2784f6e9b (diff) | |
download | openttd-93d59fe4480116a100aa000f38cea9534fab9184.tar.xz |
(svn r12476) -Codechange: split type engine related types from engine.h (and openttd.h) to engine_type.h.
Diffstat (limited to 'src/ai')
-rw-r--r-- | src/ai/trolly/trolly.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ai/trolly/trolly.h b/src/ai/trolly/trolly.h index 43966f423..352a62761 100644 --- a/src/ai/trolly/trolly.h +++ b/src/ai/trolly/trolly.h @@ -7,6 +7,7 @@ #include "../../player_type.h" #include "../../vehicle_type.h" #include "../../date_type.h" +#include "../../engine_type.h" /* * These defines can be altered to change the behavoir of the AI |