src/ai/api/ai_vehicle.hpp
branchnoai
changeset 10339 ce6cd68d9eb8
parent 10196 aecabd927420
child 10668 495789401303
equal deleted inserted replaced
10338:fb4e0030116d 10339:ce6cd68d9eb8
     5 #ifndef AI_VEHICLE_HPP
     5 #ifndef AI_VEHICLE_HPP
     6 #define AI_VEHICLE_HPP
     6 #define AI_VEHICLE_HPP
     7 
     7 
     8 #include "ai_object.hpp"
     8 #include "ai_object.hpp"
     9 #include "ai_error.hpp"
     9 #include "ai_error.hpp"
    10 #include "../../engine_type.h"
       
    11 
    10 
    12 /**
    11 /**
    13  * Class that handles all vehicle related functions.
    12  * Class that handles all vehicle related functions.
    14  */
    13  */
    15 class AIVehicle : public AIObject {
    14 class AIVehicle : public AIObject {