equal
deleted
inserted
replaced
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 */ |