comparison Applications/Samples/Deprecated/SimpleViewer/Wasm/SimpleViewerWasmApplicationAdapter.h @ 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
22 22
23 #include <string> 23 #include <string>
24 #include <Framework/Messages/IObserver.h> 24 #include <Framework/Messages/IObserver.h>
25 #include <Platforms/Wasm/WasmPlatformApplicationAdapter.h> 25 #include <Platforms/Wasm/WasmPlatformApplicationAdapter.h>
26 26
27 #include "../SimpleViewerApplication.h" 27 #include "../../SimpleViewerApplication.h"
28 28
29 namespace SimpleViewer { 29 namespace SimpleViewer {
30 30
31 class SimpleViewerWasmApplicationAdapter : public WasmPlatformApplicationAdapter 31 class SimpleViewerWasmApplicationAdapter : public WasmPlatformApplicationAdapter
32 { 32 {