update Menu class and related stuff
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
const int search_engine_static_options = 18;
|
||||
|
||||
string SearchEngineDisplayer(const std::pair<string, Song> &, void *, const Menu< std::pair<string, Song> > *);
|
||||
void SearchEngineDisplayer(const std::pair<Buffer *, Song *> &, void *, Menu< std::pair<Buffer *, Song *> > *);
|
||||
void UpdateFoundList();
|
||||
void PrepareSearchEngine(Song &s);
|
||||
void Search(Song &);
|
||||
|
||||
Reference in New Issue
Block a user