ai_bridgelist.hpp

Go to the documentation of this file.
00001 /* $Id: ai_bridgelist.hpp 15060 2009-01-13 15:44:36Z smatz $ */
00002 
00005 #ifndef AI_BRIDGELIST_HPP
00006 #define AI_BRIDGELIST_HPP
00007 
00008 #include "ai_abstractlist.hpp"
00009 
00014 class AIBridgeList : public AIAbstractList {
00015 public:
00016   static const char *GetClassName() { return "AIBridgeList"; }
00017   AIBridgeList();
00018 };
00019 
00024 class AIBridgeList_Length : public AIAbstractList {
00025 public:
00026   static const char *GetClassName() { return "AIBridgeList_Length"; }
00027 
00031   AIBridgeList_Length(uint length);
00032 };
00033 
00034 #endif /* AI_BRIDGELIST_HPP */

Generated on Tue Dec 1 00:06:13 2009 for OpenTTD by  doxygen 1.5.6