move all externs to global.h
This commit is contained in:
@@ -20,15 +20,14 @@
|
||||
|
||||
#include "mpdpp.h"
|
||||
|
||||
#include "global.h"
|
||||
#include "help.h"
|
||||
#include "settings.h"
|
||||
|
||||
using Global::Key;
|
||||
using Global::Mpd;
|
||||
using std::string;
|
||||
|
||||
extern MPD::Connection *Mpd;
|
||||
|
||||
extern ncmpcpp_keys Key;
|
||||
|
||||
namespace
|
||||
{
|
||||
string DisplayKeys(int *key, int size = 2)
|
||||
|
||||
Reference in New Issue
Block a user