summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_industrylist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_industrylist.hpp')
-rw-r--r--src/ai/api/ai_industrylist.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ai/api/ai_industrylist.hpp b/src/ai/api/ai_industrylist.hpp
index 3fcfb17f8..8f7854165 100644
--- a/src/ai/api/ai_industrylist.hpp
+++ b/src/ai/api/ai_industrylist.hpp
@@ -20,6 +20,7 @@
*/
class AIIndustryList : public AIAbstractList {
public:
+ /** Get the name of this class to identify it towards squirrel. */
static const char *GetClassName() { return "AIIndustryList"; }
AIIndustryList();
};
@@ -30,6 +31,7 @@ public:
*/
class AIIndustryList_CargoAccepting : public AIAbstractList {
public:
+ /** Get the name of this class to identify it towards squirrel. */
static const char *GetClassName() { return "AIIndustryList_CargoAccepting"; }
/**
@@ -45,6 +47,7 @@ public:
*/
class AIIndustryList_CargoProducing : public AIAbstractList {
public:
+ /** Get the name of this class to identify it towards squirrel. */
static const char *GetClassName() { return "AIIndustryList_CargoProducing"; }
/**