File diff r20763:1f5a5c05b138 → r20764:f1486d54c0a6
src/script/api/script_company.hpp
Show inline comments
 
@@ -60,13 +60,13 @@ public:
 
		EXPENSES_TRAIN_INC    = ::EXPENSES_TRAIN_INC,    ///< Income from trains.
 
		EXPENSES_ROADVEH_INC  = ::EXPENSES_ROADVEH_INC,  ///< Income from road vehicles.
 
		EXPENSES_AIRCRAFT_INC = ::EXPENSES_AIRCRAFT_INC, ///< Income from aircrafts.
 
		EXPENSES_SHIP_INC     = ::EXPENSES_SHIP_INC,     ///< Income from ships.
 
		EXPENSES_LOAN_INT     = ::EXPENSES_LOAN_INT,     ///< Interest payments over the loan.
 
		EXPENSES_OTHER        = ::EXPENSES_OTHER,        ///< Other expenses.
 
		INVALID_EXPENSES      = ::INVALID_EXPENSES,      ///< Invalid expense type.
 
		EXPENSES_INVALID      = ::INVALID_EXPENSES,      ///< Invalid expense type.
 
	};
 

	
 
	/**
 
	 * Resolved the given company index to the correct index for the company. If
 
	 *  the company index was COMPANY_SELF it will be resolved to the index of
 
	 *  your company. If the company with the given index does not exist it will