use std::pair instead of two different containters

This commit is contained in:
unK
2008-09-10 10:50:59 +02:00
parent 0e1e3c6342
commit e36bf0a3cc
8 changed files with 132 additions and 118 deletions

View File

@@ -46,6 +46,7 @@ bool Keypressed(int, const int *);
void WindowTitle(const string &);
string TotalPlaylistLength();
string DisplayStringPair(const StringPair &, void * = NULL);
string DisplayItem(const Item &, void * = NULL);
string DisplayColumns(string);
string DisplaySongInColumns(const Song &, void *);