(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:
rubidium
2007-12-19 20:45:46 +00:00
parent 8896bea306
commit d582aea639
47 changed files with 138 additions and 59 deletions

View File

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