diff options
author | QAston <none@none> | 2009-06-15 15:49:08 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-06-15 15:49:08 +0200 |
commit | 97770046069d54eeb29c71a23304c74ec26ea08e (patch) | |
tree | 4f346559f8842b0c04ea9a0a1b126b20b13cc0be | |
parent | 088884ba707ee2772a8d60b28bfa45742dbc4cbd (diff) |
*Fix build.
--HG--
branch : trunk
-rw-r--r-- | src/game/Unit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h index b7868c6c83b..9a8b7a51c1e 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -36,6 +36,8 @@ #include "DBCStructure.h" #include <list> +class Vehicle; + #define WORLD_TRIGGER 12999 enum SpellInterruptFlags |