1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-22 19:54:06 +01:00

(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too.

This commit is contained in:
rubidium
2008-08-31 10:50:05 +00:00
parent 46e23b8f99
commit ea1f180a55
28 changed files with 128 additions and 109 deletions

View File

@@ -7,7 +7,7 @@
#include "landscape.h"
#include "mixer.h"
#include "sound_func.h"
#include "fileio.h"
#include "fileio_func.h"
#include "newgrf_sound.h"
#include "fios.h"
#include "window_gui.h"