diff Platforms/Wasm/WasmViewport.h @ 242:092db46c6291 am

improved SDL/Wasm unification
author am@osimis.io
date Wed, 20 Jun 2018 14:20:55 +0200
parents f73d722d98c8
children 4f2416d519b4
line wrap: on
line diff
--- a/Platforms/Wasm/WasmViewport.h	Wed Jun 20 09:50:25 2018 +0200
+++ b/Platforms/Wasm/WasmViewport.h	Wed Jun 20 14:20:55 2018 +0200
@@ -13,4 +13,6 @@
 
 #ifdef __cplusplus
 }
-#endif
\ No newline at end of file
+#endif
+
+extern void AttachWidgetToWasmViewport(const char* htmlCanvasId, OrthancStone::IWidget* centralWidget);