ai_signlist.cpp

Go to the documentation of this file.
00001 /* $Id: ai_signlist.cpp 16423 2009-05-25 17:15:15Z rubidium $ */
00002 
00005 #include "ai_signlist.hpp"
00006 #include "ai_sign.hpp"
00007 #include "../../signs_base.h"
00008 
00009 AISignList::AISignList()
00010 {
00011   Sign *s;
00012   FOR_ALL_SIGNS(s) {
00013     if (AISign::IsValidSign(s->index)) this->AddItem(s->index);
00014   }
00015 }

Generated on Wed Jul 15 20:35:57 2009 for OpenTTD by  doxygen 1.5.6