Mercurial > hg > orthanc-stone
view Platforms/Wasm/WasmViewport.h @ 785:67d0a8da4afe am-dev
made typescript more future-proof (not completed, I finally disabled a few warnings in my tsconfig.json)
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Mon, 27 May 2019 22:41:51 +0200 |
parents | 4f2416d519b4 |
children | c35e98d22764 |
line wrap: on
line source
#pragma once #include <Framework/Viewport/WidgetViewport.h> #include <emscripten/emscripten.h> #ifdef __cplusplus extern "C" { #endif // JS methods accessible from C++ extern Deprecated::WidgetViewport* CreateWasmViewportFromCpp(const char* htmlCanvasId); #ifdef __cplusplus } #endif extern void AttachWidgetToWasmViewport(const char* htmlCanvasId, Deprecated::IWidget* centralWidget);