(svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
#include "mixer.h"
|
||||
#include "sound.h"
|
||||
#include "vehicle.h"
|
||||
#include "window.h"
|
||||
#include "viewport.h"
|
||||
#include "fileio.h"
|
||||
#include "newgrf_sound.h"
|
||||
#include "helpers.hpp"
|
||||
#include "fios.h"
|
||||
#include "window_gui.h"
|
||||
|
||||
static uint _file_count;
|
||||
static FileEntry *_files;
|
||||
|
Reference in New Issue
Block a user