comparison Applications/Samples/Deprecated/SimpleViewer/Wasm/mainWasm.cpp @ 1350:c53a4667f895 broker

Sample paths have been adapted
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 14 Apr 2020 14:57:06 +0200
parents bfd77672d825
children
comparison
equal deleted inserted replaced
1349:b1e6bef86955 1350:c53a4667f895
21 #include "Platforms/Wasm/WasmWebService.h" 21 #include "Platforms/Wasm/WasmWebService.h"
22 #include "Platforms/Wasm/WasmViewport.h" 22 #include "Platforms/Wasm/WasmViewport.h"
23 23
24 #include <emscripten/emscripten.h> 24 #include <emscripten/emscripten.h>
25 25
26 #include "../SimpleViewerApplication.h" 26 #include "../../SimpleViewerApplication.h"
27 #include "SimpleViewerWasmApplicationAdapter.h" 27 #include "SimpleViewerWasmApplicationAdapter.h"
28 28
29 29
30 OrthancStone::IStoneApplication* CreateUserApplication(OrthancStone::MessageBroker& broker) { 30 OrthancStone::IStoneApplication* CreateUserApplication(OrthancStone::MessageBroker& broker) {
31 31