From 7b62e4dc8e69fa37cb5792b911105371a47cf223 Mon Sep 17 00:00:00 2001 From: yexo Date: Sun, 1 Aug 2010 20:41:46 +0000 Subject: (svn r20288) -Doc: add doxygen string to all GetClassName functions (part of all AI api classes) --- src/ai/api/ai_industrytypelist.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ai/api/ai_industrytypelist.hpp') diff --git a/src/ai/api/ai_industrytypelist.hpp b/src/ai/api/ai_industrytypelist.hpp index ce6860b77..a2b170065 100644 --- a/src/ai/api/ai_industrytypelist.hpp +++ b/src/ai/api/ai_industrytypelist.hpp @@ -21,6 +21,7 @@ */ class AIIndustryTypeList : public AIAbstractList { public: + /** Get the name of this class to identify it towards squirrel. */ static const char *GetClassName() { return "AIIndustryTypeList"; } AIIndustryTypeList(); }; -- cgit v1.2.3-54-g00ecf