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