src/ai/api/ai_accounting.hpp
branchnoai
changeset 9520 f7cf8bea10db
parent 9462 a4f49aab1367
child 9524 283d23931bb4
equal deleted inserted replaced
9519:0b7c2f4e54fb 9520:f7cf8bea10db
    53 	SQAIAccounting.AddConstructor(engine);
    53 	SQAIAccounting.AddConstructor(engine);
    54 	SQAIAccounting.DefSQFunction(engine, &AIAccounting::GetCosts,   "GetCosts");
    54 	SQAIAccounting.DefSQFunction(engine, &AIAccounting::GetCosts,   "GetCosts");
    55 	SQAIAccounting.DefSQFunction(engine, &AIAccounting::ResetCosts, "ResetCosts");
    55 	SQAIAccounting.DefSQFunction(engine, &AIAccounting::ResetCosts, "ResetCosts");
    56 	SQAIAccounting.PostRegister(engine);
    56 	SQAIAccounting.PostRegister(engine);
    57 }
    57 }
    58 #endif /* SQUIRREL_CLASS */
    58 #endif /* DEFINE_SQUIRREL_CLASS */
    59 
    59 
    60 #endif /* AI_ACCOUNTING_HPP */
    60 #endif /* AI_ACCOUNTING_HPP */