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