ai_railtypelist.hpp

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

Generated on Tue Jul 21 18:48:21 2009 for OpenTTD by  doxygen 1.5.6