Add separating Merkel into header and cpp
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
|
||||
|
||||
class MerkelMain
|
||||
{
|
||||
public:
|
||||
MerkelMain();
|
||||
void printMenu();
|
||||
void printHelp();
|
||||
void printMarketStats();
|
||||
void enterOffer();
|
||||
void enterBid();
|
||||
void printWallet();
|
||||
void goToNextTimeFrame();
|
||||
int getUserOption();
|
||||
void processUserOption(int userOption);
|
||||
private:
|
||||
void init();
|
||||
};
|
||||
Reference in New Issue
Block a user