Files
UoL/CM2005 Object Oriented Programming/Midterm/Merkelrex-TradingBot/TradingBot.cpp
2021-07-01 17:00:25 -05:00

6 lines
96 B
C++

#include "TradingBot.h"
TradingBot::TradingBot(MerkelMain* merkel)
{
this->merkel = merkel;
}