(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:
rubidium
2007-12-19 19:44:29 +00:00
parent a9dafdff48
commit 8896bea306
66 changed files with 161 additions and 151 deletions

View File

@@ -7,7 +7,6 @@
#include "table/strings.h"
#include "strings.h"
#include "functions.h"
#include "window.h"
#include "station.h"
#include "industry.h"
#include "town.h"
@@ -17,6 +16,7 @@
#include "variables.h"
#include "date.h"
#include "cargotype.h"
#include "window_gui.h"
static void HandleSubsidyClick(int y)
{