forked from mirror/OpenTTD
(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:
@@ -4,6 +4,7 @@
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "string.h"
|
||||
#include "aircraft.h"
|
||||
#include "bridge_map.h"
|
||||
#include "cmd_helper.h"
|
||||
@@ -17,7 +18,6 @@
|
||||
#include "tile.h"
|
||||
#include "station.h"
|
||||
#include "gfx.h"
|
||||
#include "window.h"
|
||||
#include "viewport.h"
|
||||
#include "command.h"
|
||||
#include "town.h"
|
||||
|
Reference in New Issue
Block a user