new option for song format - right align (thx to Nathan Jones)

This commit is contained in:
unK
2008-09-13 21:59:05 +02:00
parent 369bbf6b96
commit c54de64176
10 changed files with 78 additions and 60 deletions

View File

@@ -26,7 +26,7 @@
const int search_engine_static_options = 17;
string SearchEngineDisplayer(const std::pair<string, Song> &, void * = NULL);
string SearchEngineDisplayer(const std::pair<string, Song> &, void *, const Menu< std::pair<string, Song> > *);
void UpdateFoundList();
void PrepareSearchEngine(Song &s);
void Search(Song &);