From ac528411df2e42e066ab301517bd85743162f356 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 12 Jan 2008 14:10:35 +0000 Subject: (svn r11818) -Codechange: split player.h into smaller pieces. --- src/window_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window_func.h') diff --git a/src/window_func.h b/src/window_func.h index 2af028356..299f4fc96 100644 --- a/src/window_func.h +++ b/src/window_func.h @@ -6,6 +6,7 @@ #define WINDOW_FUNC_H #include "window_type.h" +#include "player_type.h" /** * Marks the window as dirty for repaint. @@ -18,7 +19,6 @@ void SendWindowMessageClass(WindowClass wnd_class, int msg, int wparam, int lpar Window *FindWindowById(WindowClass cls, WindowNumber number); void DeleteWindow(Window *w); -void DeletePlayerWindows(PlayerID pi); void ChangeWindowOwner(PlayerID old_player, PlayerID new_player); void ResizeWindow(Window *w, int x, int y); -- cgit v1.2.3-54-g00ecf