(svn r3336) byte -> WindowClass, uint16 -> WindowNumber

This commit is contained in:
tron
2005-12-24 15:01:17 +00:00
parent 955f06b9ac
commit f2db7e7245
5 changed files with 10 additions and 10 deletions

2
gui.h
View File

@@ -126,7 +126,7 @@ extern const byte _fios_colors[];
/* network gui */
void ShowNetworkGameWindow(void);
void ShowChatWindow(StringID str, StringID caption, int maxlen, int maxwidth, byte window_class, uint16 window_number);
void ShowChatWindow(StringID str, StringID caption, int maxlen, int maxwidth, WindowClass window_class, WindowNumber window_number);
/* bridge_gui.c */
void ShowBuildBridgeWindow(uint start, uint end, byte type);