src/ai/api/ai_testmode.hpp
branchnoai
changeset 9629 66dde6412125
parent 9596 8af5a1399842
child 9829 80fbe02a4184
equal deleted inserted replaced
9628:b5c2449616b5 9629:66dde6412125
    23 
    23 
    24 protected:
    24 protected:
    25 	/**
    25 	/**
    26 	 * The callback proc for Testing mode.
    26 	 * The callback proc for Testing mode.
    27 	 */
    27 	 */
    28 	static bool ModeProc(TileIndex tile, uint32 p1, uint32 p2, uint procc, int32 costs);
    28 	static bool ModeProc(TileIndex tile, uint32 p1, uint32 p2, uint procc, CommandCost costs);
    29 
    29 
    30 public:
    30 public:
    31 	/**
    31 	/**
    32 	 * The name of the class, needed by several sub-processes.
    32 	 * The name of the class, needed by several sub-processes.
    33 	 */
    33 	 */