ai_townlist.cpp

Go to the documentation of this file.
00001 /* $Id: ai_townlist.cpp 15299 2009-01-31 20:16:06Z smatz $ */
00002 
00005 #include "ai_townlist.hpp"
00006 #include "../../town.h"
00007 
00008 AITownList::AITownList()
00009 {
00010   Town *t;
00011   FOR_ALL_TOWNS(t) {
00012     this->AddItem(t->index);
00013   }
00014 }

Generated on Mon Mar 23 00:25:17 2009 for OpenTTD by  doxygen 1.5.6