ai_grouplist.hpp

Go to the documentation of this file.
00001 /* $Id: ai_grouplist.hpp 15520 2009-02-19 09:01:34Z yexo $ */
00002 
00005 #ifndef AI_GROUPLIST_HPP
00006 #define AI_GROUPLIST_HPP
00007 
00008 #include "ai_abstractlist.hpp"
00009 
00015 class AIGroupList : public AIAbstractList {
00016 public:
00017   static const char *GetClassName() { return "AIGroupList"; }
00018   AIGroupList();
00019 };
00020 
00021 #endif /* AI_GROUPLIST_HPP */

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