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 | 49a040e6ad50e552bd4c2bfc049b4432e43cebff (patch) | |
tree | b9cba7a8f28964bd54d5599b4a146ab3d27b8f80 /src/ai | |
parent | bb1f6570766dad81bb1fe4ea5bb78e78060e016f (diff) | |
download | openttd-49a040e6ad50e552bd4c2bfc049b4432e43cebff.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 |