PlatformWeb.cpp 154 B

1234567891011121314151617
  1. #include "PlatformWeb.h"
  2. namespace ToolCore
  3. {
  4. PlatformWeb::PlatformWeb(Context* context) : Platform(context)
  5. {
  6. }
  7. PlatformWeb::~PlatformWeb()
  8. {
  9. }
  10. }