(svn r20190) -Codechange: unVARDEF _generate_world and move it to genworld

This commit is contained in:
rubidium
2010-07-19 17:17:36 +00:00
parent 51ca546a9d
commit 73527b7b45
9 changed files with 10 additions and 3 deletions

View File

@@ -27,6 +27,7 @@
#include "town.h"
#include "core/random_func.hpp"
#include "sprite.h"
#include "genworld.h"
static BuildingCounts<uint32> _building_counts;
static HouseClassMapping _class_mapping[HOUSE_CLASS_MAX];