#include "Platform.h" namespace ToolCore { Platform::Platform(Context* context) : Object(context), validLicense_(false) { } Platform::~Platform() { } }