diff 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
line wrap: on
line diff
--- a/Applications/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp	Thu Oct 22 18:39:03 2020 +0200
+++ b/Applications/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp	Fri Oct 23 13:15:03 2020 +0200
@@ -23,11 +23,10 @@
 #include "../../Common/SampleHelpers.h"
 
 // Stone of Orthanc includes
-#include "../../../../OrthancStone/Sources/Loaders/WebAssemblyLoadersContext.h"
 #include "../../../../OrthancStone/Sources/StoneException.h"
 #include "../../../../OrthancStone/Sources/StoneInitialization.h"
-#include "../../../../OrthancStone/Sources/Viewport/WebGLViewport.h"
-//#include "../../../../OrthancStone/Sources/OpenGL/WebAssemblyOpenGLContext.h"
+#include "../../../Platforms/WebAssembly/WebAssemblyLoadersContext.h"
+#include "../../../Platforms/WebAssembly/WebGLViewport.h"
 
 #include <Toolbox.h>