ai_industrytypelist.hpp

Go to the documentation of this file.
00001 /* $Id: ai_industrytypelist.hpp 15060 2009-01-13 15:44:36Z smatz $ */
00002 
00005 #ifndef AI_INDUSTRYTYPELIST_HPP
00006 #define AI_INDUSTRYTYPELIST_HPP
00007 
00008 #include "ai_abstractlist.hpp"
00009 #include "ai_industrytype.hpp"
00010 
00015 class AIIndustryTypeList : public AIAbstractList {
00016 public:
00017   static const char *GetClassName() { return "AIIndustryTypeList"; }
00018   AIIndustryTypeList();
00019 };
00020 
00021 
00022 #endif /* AI_INDUSTRYTYPELIST_HPP */

Generated on Fri Jul 31 22:33:12 2009 for OpenTTD by  doxygen 1.5.6