// TODO: Do not hardcode this. Use the latest json available.
// TODO: Check if file exists
boolTechTreeImproved::LoadData(){
std::ifstreami("techtree.json");
if(!i.good())
{
std::wcerr<<"File techtree.json cannot be found, information regarding addons and required buildings will not be up to date. Please put techtree.json in working directory."<<std::endl;