src/ai/api/ai_testmode.hpp
branchnoai
changeset 9839 ea94d60d13e7
parent 9829 80fbe02a4184
equal deleted inserted replaced
9838:0839682a601b 9839:ea94d60d13e7
    31 	static bool ModeProc(TileIndex tile, uint32 p1, uint32 p2, uint procc, CommandCost costs);
    31 	static bool ModeProc(TileIndex tile, uint32 p1, uint32 p2, uint procc, CommandCost costs);
    32 
    32 
    33 public:
    33 public:
    34 	/**
    34 	/**
    35 	 * Creating instance of this class switches the build mode to Testing.
    35 	 * Creating instance of this class switches the build mode to Testing.
    36 	 * @note when the instance is destroyed, he restores the mode that was
    36 	 * @note When the instance is destroyed, he restores the mode that was
    37 	 *   current when the instance was created!
    37 	 *   current when the instance was created!
    38 	 */
    38 	 */
    39 	AITestMode();
    39 	AITestMode();
    40 
    40 
    41 	/**
    41 	/**