class Menu is template now / bunch of code clean-ups.

This commit is contained in:
unK
2008-09-03 01:16:26 +02:00
parent 451f2e112e
commit 723de0687e
10 changed files with 1021 additions and 954 deletions

View File

@@ -231,7 +231,7 @@ void Window::Refresh(bool stub)
wrefresh(itsWindow);
}
void Window::Clear()
void Window::Clear(bool stub)
{
for (int i = 0; i < GetHeight(); i++)
mvwhline(itsWindow, i, 0, 32, GetWidth());