1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 09:29:10 +00:00

(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 "vehicle.h"
#include "viewport.h"
#include "command.h"