summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui.h b/gui.h
index 2f790f15e..7a820b675 100644
--- a/gui.h
+++ b/gui.h
@@ -126,4 +126,7 @@ VARDEF byte _station_show_coverage;
VARDEF PlaceProc *_place_proc;
VARDEF bool _no_button_sound;
+/* vehicle_gui.c */
+void InitializeGUI(void);
+
#endif /* GUI_H */