comparison Applications/Samples/Sdl/SdlHelpers.h @ 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 6e0da8370270
children 4fb8fdf03314
comparison
equal deleted inserted replaced
1590:7b963bccafef 1591:5887a4f8594b
23 23
24 #if ORTHANC_ENABLE_SDL != 1 24 #if ORTHANC_ENABLE_SDL != 1
25 # error This file cannot be used if ORTHANC_ENABLE_SDL != 1 25 # error This file cannot be used if ORTHANC_ENABLE_SDL != 1
26 #endif 26 #endif
27 27
28 #include "../../../OrthancStone/Sources/Viewport/SdlViewport.h" 28 #include "../../Platforms/Sdl/SdlViewport.h"
29 29
30 #include <boost/shared_ptr.hpp> 30 #include <boost/shared_ptr.hpp>
31 31
32 #include <SDL.h> 32 #include <SDL.h>
33 33