comparison Applications/Sdl/SdlWindow.cpp @ 212:5412adf19980

resort to OrthancFramework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 01 Jun 2018 17:48:47 +0200
parents e9c7a78a3e77
children 1c5a47dda299
comparison
equal deleted inserted replaced
211:64eac89a1de3 212:5412adf19980
21 21
22 #include "SdlWindow.h" 22 #include "SdlWindow.h"
23 23
24 #if ORTHANC_ENABLE_SDL == 1 24 #if ORTHANC_ENABLE_SDL == 1
25 25
26 #include "../../Resources/Orthanc/Core/Logging.h" 26 #include <Core/Logging.h>
27 #include "../../Resources/Orthanc/Core/OrthancException.h" 27 #include <Core/OrthancException.h>
28 28
29 namespace OrthancStone 29 namespace OrthancStone
30 { 30 {
31 SdlWindow::SdlWindow(const char* title, 31 SdlWindow::SdlWindow(const char* title,
32 unsigned int width, 32 unsigned int width,