#include "PlatformWeb.h" namespace ToolCore { PlatformWeb::PlatformWeb(Context* context) : Platform(context) { } PlatformWeb::~PlatformWeb() { } }