(svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user