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

(svn r12986) -Codechange: move the landscape and transport related types from openttd.h to their own headers.

This commit is contained in:
rubidium
2008-05-07 09:07:19 +00:00
parent 8fea5a62c9
commit 7ccda80b0b
26 changed files with 84 additions and 32 deletions

View File

@@ -33,6 +33,7 @@
#include "../string_func.h"
#include "../player_func.h"
#include "../settings_type.h"
#include "../landscape_type.h"
#include "../rev.h"
#ifdef DEBUG_DUMP_COMMANDS
#include "../core/alloc_func.hpp"