separate some code from ncmpcpp.cpp

This commit is contained in:
Andrzej Rybczak
2009-02-13 17:24:06 +01:00
parent 29301aefd5
commit 8ba72bc78a
29 changed files with 2956 additions and 2168 deletions

View File

@@ -23,7 +23,12 @@
#include "ncmpcpp.h"
void GetKeybindings(Scrollpad &);
namespace Help
{
void Init();
void Resize();
void SwitchTo();
}
#endif