comparison Applications/Samples/SampleApplicationBase.h @ 732:c35e98d22764

move Deprecated classes to a separate folder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 14:27:35 +0200
parents 4f2416d519b4
children 5d1b0d2f4b15 2d8ab34c8c91
comparison
equal deleted inserted replaced
729:529189f399ec 732:c35e98d22764
20 20
21 21
22 #pragma once 22 #pragma once
23 23
24 #include "../../Applications/IStoneApplication.h" 24 #include "../../Applications/IStoneApplication.h"
25 #include "../../Framework/Widgets/WorldSceneWidget.h" 25 #include "../../Framework/Deprecated/Widgets/WorldSceneWidget.h"
26 26
27 #if ORTHANC_ENABLE_WASM==1 27 #if ORTHANC_ENABLE_WASM==1
28 #include "../../Platforms/Wasm/WasmPlatformApplicationAdapter.h" 28 #include "../../Platforms/Wasm/WasmPlatformApplicationAdapter.h"
29 #include "../../Platforms/Wasm/Defaults.h" 29 #include "../../Platforms/Wasm/Defaults.h"
30 #endif 30 #endif