summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_accounting.hpp.sq
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_accounting.hpp.sq')
-rw-r--r--src/ai/api/ai_accounting.hpp.sq3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ai/api/ai_accounting.hpp.sq b/src/ai/api/ai_accounting.hpp.sq
index ad871c2c2..899812010 100644
--- a/src/ai/api/ai_accounting.hpp.sq
+++ b/src/ai/api/ai_accounting.hpp.sq
@@ -20,7 +20,8 @@ namespace SQConvert {
template <> int Return<AIAccounting *>(HSQUIRRELVM vm, AIAccounting *res) { if (res == NULL) { sq_pushnull(vm); return 1; } res->AddRef(); Squirrel::CreateClassInstanceVM(vm, "AIAccounting", res, NULL, DefSQDestructorCallback<AIAccounting>); return 1; }
}; // namespace SQConvert
-void SQAIAccounting_Register(Squirrel *engine) {
+void SQAIAccounting_Register(Squirrel *engine)
+{
DefSQClass <AIAccounting> SQAIAccounting("AIAccounting");
SQAIAccounting.PreRegister(engine);
SQAIAccounting.AddConstructor<void (AIAccounting::*)(), 1>(engine, "x");