summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_log.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_log.hpp')
-rw-r--r--src/ai/api/ai_log.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ai/api/ai_log.hpp b/src/ai/api/ai_log.hpp
index 641059fbc..c14416644 100644
--- a/src/ai/api/ai_log.hpp
+++ b/src/ai/api/ai_log.hpp
@@ -23,6 +23,7 @@ class AILog : public AIObject {
friend class AIController;
public:
+ /** Get the name of this class to identify it towards squirrel. */
static const char *GetClassName() { return "AILog"; }
#ifndef EXPORT_SKIP