ai_depotlist.hpp

Go to the documentation of this file.
00001 /* $Id: ai_depotlist.hpp 15060 2009-01-13 15:44:36Z smatz $ */
00002 
00005 #ifndef AI_DEPOTLIST_HPP
00006 #define AI_DEPOTLIST_HPP
00007 
00008 #include "ai_abstractlist.hpp"
00009 #include "ai_tile.hpp"
00010 
00015 class AIDepotList : public AIAbstractList {
00016 public:
00017   static const char *GetClassName() { return "AIDepotList"; }
00018 
00022   AIDepotList(AITile::TransportType transport_type);
00023 };
00024 
00025 #endif /* AI_DEPOTLIST_HPP */

Generated on Thu Sep 24 19:35:00 2009 for OpenTTD by  doxygen 1.5.6