(svn r1117) Move map arrays and some related macros into their own files map.c and map.h

This commit is contained in:
tron
2004-12-15 22:18:54 +00:00
parent 736718ef53
commit 765ecfed84
53 changed files with 81 additions and 23 deletions

View File

@@ -1,6 +1,7 @@
#include "stdafx.h"
#include "ttd.h"
#include "table/strings.h"
#include "map.h"
#include "command.h"
#include "viewport.h"
#include "player.h"