comparison Applications/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp @ 1591:5887a4f8594b

moving platform-specific files out of the "OrthancStone" folder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Oct 2020 13:15:03 +0200
parents 4cfdaf4ef3fe
children 74ed691f9c64
comparison
equal deleted inserted replaced
1590:7b963bccafef 1591:5887a4f8594b
21 #include "../../Common/RtViewerApp.h" 21 #include "../../Common/RtViewerApp.h"
22 #include "../../Common/RtViewerView.h" 22 #include "../../Common/RtViewerView.h"
23 #include "../../Common/SampleHelpers.h" 23 #include "../../Common/SampleHelpers.h"
24 24
25 // Stone of Orthanc includes 25 // Stone of Orthanc includes
26 #include "../../../../OrthancStone/Sources/Loaders/WebAssemblyLoadersContext.h"
27 #include "../../../../OrthancStone/Sources/StoneException.h" 26 #include "../../../../OrthancStone/Sources/StoneException.h"
28 #include "../../../../OrthancStone/Sources/StoneInitialization.h" 27 #include "../../../../OrthancStone/Sources/StoneInitialization.h"
29 #include "../../../../OrthancStone/Sources/Viewport/WebGLViewport.h" 28 #include "../../../Platforms/WebAssembly/WebAssemblyLoadersContext.h"
30 //#include "../../../../OrthancStone/Sources/OpenGL/WebAssemblyOpenGLContext.h" 29 #include "../../../Platforms/WebAssembly/WebGLViewport.h"
31 30
32 #include <Toolbox.h> 31 #include <Toolbox.h>
33 32
34 #include <boost/program_options.hpp> 33 #include <boost/program_options.hpp>
35 #include <boost/shared_ptr.hpp> 34 #include <boost/shared_ptr.hpp>