ai_grouplist.hpp

Go to the documentation of this file.
00001 /* $Id: ai_grouplist.hpp 15060 2009-01-13 15:44:36Z smatz $ */
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 Mon Feb 16 23:12:05 2009 for openttd by  doxygen 1.5.6