code clean-ups (help screen initialization splitted)

This commit is contained in:
unK
2008-09-11 16:05:46 +02:00
parent 8b185e2967
commit 8fb83ac476
6 changed files with 310 additions and 239 deletions

View File

@@ -40,7 +40,6 @@ bool SortSongsByTrack(Song *, Song *);
void UpdateItemList(Menu<Item> *);
void UpdateSongList(Menu<Song> *);
string DisplayKeys(int *, int = 2);
bool Keypressed(int, const int *);
void WindowTitle(const string &);