(svn r16603) -Codechange: enumify map size limits (based on a patch by Bilbo)

This commit is contained in:
smatz
2009-06-20 11:25:39 +00:00
parent 88ec646c1f
commit 4419366f94
4 changed files with 14 additions and 5 deletions

View File

@@ -51,6 +51,7 @@
#include "gfxinit.h"
#include "gamelog.h"
#include "station_func.h"
#include "map_type.h"
#include "settings_func.h"
#include "ini_type.h"
#include "ai/ai.hpp"