(svn r13318) -Codechange: move some functions from gui.h/misc_gui.cpp to window_gui.h/window.cpp because they belong there.

This commit is contained in:
rubidium
2008-05-29 06:49:56 +00:00
parent 7f8f5fa52c
commit 27bca407de
4 changed files with 28 additions and 27 deletions

View File

@@ -61,9 +61,6 @@ void ShowErrorMessage(StringID msg_1, StringID msg_2, int x, int y);
void ShowSmallMap();
void ShowExtraViewPortWindow(TileIndex tile = INVALID_TILE);
void SetVScrollCount(Window *w, int num);
void SetVScroll2Count(Window *w, int num);
void SetHScrollCount(Window *w, int num);
void BuildFileList();
void SetFiosType(const byte fiostype);