From 3a241b5ccec2b5f5eb803efbd32f55a5d1de5d97 Mon Sep 17 00:00:00 2001 From: darkvater Date: Tue, 7 Sep 2004 19:34:55 +0000 Subject: (svn r176) -Fix: network_gui const and warnings fixes (Tron) --- gui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui.h') diff --git a/gui.h b/gui.h index b8f0e8fc5..59c5951ac 100644 --- a/gui.h +++ b/gui.h @@ -1,6 +1,8 @@ #ifndef GUI_H #define GUI_H +#include "window.h" + /* main_gui.c */ void SetupColorsAndInitialWindow(); void CcPlaySound10(bool success, uint tile, uint32 p1, uint32 p2); @@ -82,6 +84,7 @@ void ShowSmallMap(); void ShowExtraViewPortWindow(); void SetVScrollCount(Window *w, int num); void SetHScrollCount(Window *w, int num); +int HandleEditBoxKey(Window *w, int wid, WindowEvent *we); void ShowCheatWindow(); void AskForNewGameToStart(); -- cgit v1.2.3-54-g00ecf