summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_controller.hpp.sq
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_controller.hpp.sq')
-rw-r--r--src/ai/api/ai_controller.hpp.sq2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ai/api/ai_controller.hpp.sq b/src/ai/api/ai_controller.hpp.sq
index fdfb47788..8a0e70ccd 100644
--- a/src/ai/api/ai_controller.hpp.sq
+++ b/src/ai/api/ai_controller.hpp.sq
@@ -9,6 +9,8 @@
#include "ai_controller.hpp"
+template <> const char *GetClassName<AIController>() { return "AIController"; }
+
void SQAIController_Register(Squirrel *engine)
{
DefSQClass <AIController> SQAIController("AIController");