branch | noai |
changeset 9444 | fd27df7ca2a0 |
parent 9441 | 03da911c8d5f |
child 9450 | d675836e865c |
9443:c29c91993080 | 9444:fd27df7ca2a0 |
---|---|
4 |
4 |
5 #include "ai_object.hpp" |
5 #include "ai_object.hpp" |
6 #include "../../command.h" |
6 #include "../../command.h" |
7 #include "../../player.h" |
7 #include "../../player.h" |
8 #include "../ai.h" |
8 #include "../ai.h" |
9 #include "../ai_threads.h" |
|
9 |
10 |
10 bool AIObject::CmdFailed(int32 res) |
11 bool AIObject::CmdFailed(int32 res) |
11 { |
12 { |
12 return ::CmdFailed(res); |
13 return ::CmdFailed(res); |
13 } |
14 } |