diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2009-02-13 17:24:06 +0100 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2009-02-13 17:24:06 +0100 |
commit | 8ba72bc78ae92d1ed5b4cdfb81e4879680362961 (patch) | |
tree | 18bcc32991a8a8dc6872d7c8dc45eb58d229bd46 /src/help.h | |
parent | 29301aefd5a9dae4163c29db37a069eef8004cc8 (diff) |
separate some code from ncmpcpp.cpp
Diffstat (limited to 'src/help.h')
-rw-r--r-- | src/help.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -23,7 +23,12 @@ #include "ncmpcpp.h" -void GetKeybindings(Scrollpad &); +namespace Help +{ + void Init(); + void Resize(); + void SwitchTo(); +} #endif |