X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Finit.h;h=e2f3d257d66b78ed911a1a76a2284d57f636b01c;hb=HEAD;hp=8308ee648bcc0cfc372dfe651e1d116c5cdaa1ac;hpb=84a4a7763f386934da90e2bd1e355b70023fa9ca;p=novacoin.git diff --git a/src/init.h b/src/init.h index 8308ee6..e2f3d25 100644 --- a/src/init.h +++ b/src/init.h @@ -5,10 +5,12 @@ #ifndef BITCOIN_INIT_H #define BITCOIN_INIT_H -#include "wallet.h" +#include -extern CWallet* pwalletMain; +class CWallet; +extern CWallet* pwalletMain; +extern std::string strWalletFileName; void StartShutdown(); void Shutdown(void* parg); bool AppInit2();