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