summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_group.hpp.sq
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_group.hpp.sq')
-rw-r--r--src/ai/api/ai_group.hpp.sq2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ai/api/ai_group.hpp.sq b/src/ai/api/ai_group.hpp.sq
index 1eb7d1456..6fe359079 100644
--- a/src/ai/api/ai_group.hpp.sq
+++ b/src/ai/api/ai_group.hpp.sq
@@ -24,6 +24,8 @@ namespace SQConvert {
template <> int Return<AIGroup *>(HSQUIRRELVM vm, AIGroup *res) { if (res == NULL) { sq_pushnull(vm); return 1; } res->AddRef(); Squirrel::CreateClassInstanceVM(vm, "AIGroup", res, NULL, DefSQDestructorCallback<AIGroup>); return 1; }
} // namespace SQConvert
+template <> const char *GetClassName<AIGroup>() { return "AIGroup"; }
+
void SQAIGroup_Register(Squirrel *engine)
{
DefSQClass <AIGroup> SQAIGroup("AIGroup");