(svn r176) -Fix: network_gui const and warnings fixes (Tron)

This commit is contained in:
darkvater
2004-09-07 19:34:55 +00:00
parent bf9c8068be
commit 3a241b5cce
4 changed files with 32 additions and 36 deletions

3
gui.h
View File

@@ -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();