src/ai/api/ai_station.hpp
branchnoai
changeset 9873 b1ab23560ecb
parent 9866 efc38e1f559a
child 10094 e737405b06dd
equal deleted inserted replaced
9872:d4321b8dd97b 9873:b1ab23560ecb
    15 class AIStation : public AIObject {
    15 class AIStation : public AIObject {
    16 public:
    16 public:
    17 	static const char *GetClassName() { return "AIStation"; }
    17 	static const char *GetClassName() { return "AIStation"; }
    18 
    18 
    19 	/**
    19 	/**
    20 	 * All station related errors.
    20 	 * All station related error messages.
    21 	 */
    21 	 */
    22 	enum ErrorMessages {
    22 	enum ErrorMessages {
    23 		/** Base for station related errors */
    23 		/** Base for station related errors */
    24 		ERR_STATION_BASE = AIError::ERR_CAT_STATION << AIError::ERR_CAT_BIT_SIZE,
    24 		ERR_STATION_BASE = AIError::ERR_CAT_STATION << AIError::ERR_CAT_BIT_SIZE,
    25 
    25