(svn r3338) Wrong file in last commit

This commit is contained in:
tron 2005-12-24 20:53:02 +00:00
parent c11fb56bf7
commit e5e15808f1
2 changed files with 1 additions and 1 deletions

1
gui.h
View File

@ -143,7 +143,6 @@ void ShowQueryString(StringID str, StringID caption, uint maxlen, uint maxwidth,
void ShowMusicWindow(void);
/* main_gui.c */
VARDEF byte _construct_mode;
VARDEF byte _station_show_coverage;
VARDEF PlaceProc *_place_proc;

View File

@ -10,6 +10,7 @@
#include "window.h"
#include "gui.h"
#include "viewport.h"
#include "gfx.h"
#include "sound.h"
#include "command.h"
#include "vehicle.h"