comparison Applications/Sdl/SdlWindow.cpp @ 102:fcec0ab44054 wasm

display volumes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 31 May 2017 17:01:18 +0200
parents b340879da9bd
children 2eca030792aa 4cff7b1ed31d
comparison
equal deleted inserted replaced
101:af312ce4fe59 102:fcec0ab44054
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 "../../Resources/Orthanc/Core/Logging.h"
27 #include "../../../Resources/Orthanc/Core/OrthancException.h" 27 #include "../../Resources/Orthanc/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,