(svn r9627) [NoAI] -Fix: let the squirrel export script export all needed (and a few more) types of references to structs and classes.
#include "ai_townlist_valuator.hpp"
#include "ai_town.hpp"
int32 AITownListGetPopulation::Valuate(int32 town) const
{
return AITown::GetPopulation(town);
}
int32 AITownListGetLocation::Valuate(int32 town) const
{
return AITown::GetLocation(town);
}