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 }