mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-09 22:29:47 -08:00
WalletServer class added
This commit is contained in:
13
src/walletserver.h
Normal file
13
src/walletserver.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef WALLETSERVER_H
|
||||
#define WALLETSERVER_H
|
||||
|
||||
#include <boost/signals2/signal.hpp>
|
||||
|
||||
extern bool isServerRunning;
|
||||
|
||||
void StartWalletServerThread();
|
||||
void StopWalletServerThread();
|
||||
|
||||
bool isNewAccountId(std::string accountId);
|
||||
|
||||
#endif // WALLETSERVER_H
|
||||
Reference in New Issue
Block a user