6 lines
96 B
C++
6 lines
96 B
C++
#include "TradingBot.h"
|
|
|
|
TradingBot::TradingBot(MerkelMain* merkel)
|
|
{
|
|
this->merkel = merkel;
|
|
} |