comparison Applications/Samples/Sdl/SdlHelpers.h @ 1542:6e0da8370270

fixing paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2020 14:03:53 +0200
parents d1806b4e4839
children 5887a4f8594b
comparison
equal deleted inserted replaced
1541:ae17c8c8838f 1542:6e0da8370270
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 "../../Sources/Viewport/SdlViewport.h" 28 #include "../../../OrthancStone/Sources/Viewport/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