ai_townlist.hpp

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

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