comparison Applications/Samples/SampleList.h @ 325:37ab9d83dc9b am-2

reactivate SingleFrameApplication sample + Added SingleFrameEditorApplication (SDL only)
author am@osimis.io
date Tue, 16 Oct 2018 11:30:00 +0200
parents daa04d15192c
children
comparison
equal deleted inserted replaced
324:29a79b8c3d39 325:37ab9d83dc9b
30 30
31 #elif ORTHANC_STONE_SAMPLE == 8 31 #elif ORTHANC_STONE_SAMPLE == 8
32 #include "SimpleViewerApplicationSingleFile.h" 32 #include "SimpleViewerApplicationSingleFile.h"
33 typedef OrthancStone::Samples::SimpleViewerApplication SampleApplication; 33 typedef OrthancStone::Samples::SimpleViewerApplication SampleApplication;
34 34
35 #elif ORTHANC_STONE_SAMPLE == 9
36 #include "SingleFrameEditorApplication.h"
37 typedef OrthancStone::Samples::SingleFrameEditorApplication SampleApplication;
38
35 #else 39 #else
36 #error Please set the ORTHANC_STONE_SAMPLE macro 40 #error Please set the ORTHANC_STONE_SAMPLE macro
37 #endif 41 #endif