00001 /*************************************************************************** 00002 * * 00003 * This program is free software; you can redistribute it and/or modify * 00004 * it under the terms of the GNU General Public License as published by * 00005 * the Free Software Foundation; either version 2 of the License, or * 00006 * (at your option) any later version. * 00007 * * 00008 ***************************************************************************/ 00009 00010 00011 #ifndef unitcostcalculatorstandardH 00012 #define unitcostcalculatorstandardH 00013 00014 #include "unitcostcalculator.h" 00015 00016 class StandardUnitCostCalculator : public UnitCostCalculator { 00017 public: 00018 Resources productionCost( const VehicleType* vehicle ); 00019 ASCString getCalculatorName(); 00020 }; 00021 00022 #endif
1.5.1