summaryrefslogtreecommitdiff
path: root/src/window_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-19 20:45:46 +0000
committerrubidium <rubidium@openttd.org>2007-12-19 20:45:46 +0000
commitd582aea639e5d3ee592ec37f90b03bebbc3163f1 (patch)
tree01d7c4429e1c30bf65208609d37c644b6618ab26 /src/window_func.h
parent8896bea3064b6106b175585bd3098238c21a78a1 (diff)
downloadopenttd-d582aea639e5d3ee592ec37f90b03bebbc3163f1.tar.xz
(svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.
Diffstat (limited to 'src/window_func.h')
-rw-r--r--src/window_func.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window_func.h b/src/window_func.h
index 8f3e5ff1d..8d2049b2c 100644
--- a/src/window_func.h
+++ b/src/window_func.h
@@ -22,10 +22,12 @@ void DeletePlayerWindows(PlayerID pi);
void ChangeWindowOwner(PlayerID old_player, PlayerID new_player);
void ResizeWindow(Window *w, int x, int y);
+int PositionMainToolbar(Window *w);
void InitWindowSystem();
void UnInitWindowSystem();
void ResetWindowSystem();
+void SetupColorsAndInitialWindow();
void InputLoop();
void InvalidateThisWindowData(Window *w);
void InvalidateWindowData(WindowClass cls, WindowNumber number);