1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-07 04:22:35 +01:00

(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff).

This commit is contained in:
rubidium
2008-03-31 06:42:26 +00:00
parent ef2be7d0fc
commit 6f15d34fe5
18 changed files with 38 additions and 18 deletions

View File

@@ -22,6 +22,7 @@
#include "window_func.h"
#include "settings_type.h"
#include "string_func.h"
#include "newgrf_cargo.h"
#include "table/strings.h"