mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r3338) Wrong file in last commit
This commit is contained in:
parent
c11fb56bf7
commit
e5e15808f1
1
gui.h
1
gui.h
@ -143,7 +143,6 @@ void ShowQueryString(StringID str, StringID caption, uint maxlen, uint maxwidth,
|
|||||||
void ShowMusicWindow(void);
|
void ShowMusicWindow(void);
|
||||||
|
|
||||||
/* main_gui.c */
|
/* main_gui.c */
|
||||||
VARDEF byte _construct_mode;
|
|
||||||
VARDEF byte _station_show_coverage;
|
VARDEF byte _station_show_coverage;
|
||||||
VARDEF PlaceProc *_place_proc;
|
VARDEF PlaceProc *_place_proc;
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
#include "window.h"
|
#include "window.h"
|
||||||
#include "gui.h"
|
#include "gui.h"
|
||||||
#include "viewport.h"
|
#include "viewport.h"
|
||||||
|
#include "gfx.h"
|
||||||
#include "sound.h"
|
#include "sound.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "vehicle.h"
|
#include "vehicle.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user