ai_signlist.hpp

Go to the documentation of this file.
00001 /* $Id: ai_signlist.hpp 16423 2009-05-25 17:15:15Z rubidium $ */
00002 
00005 #ifndef AI_SIGNLIST_HPP
00006 #define AI_SIGNLIST_HPP
00007 
00008 #include "ai_abstractlist.hpp"
00009 
00014 class AISignList : public AIAbstractList {
00015 public:
00016   static const char *GetClassName() { return "AISignList"; }
00017   AISignList();
00018 };
00019 
00020 #endif /* AI_SIGNLIST_HPP */

Generated on Sun Nov 15 15:40:09 2009 for OpenTTD by  doxygen 1.5.6