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

display volumes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 31 May 2017 17:01:18 +0200
parents 6546dbcc0a7d
children 2eca030792aa
comparison
equal deleted inserted replaced
101:af312ce4fe59 102:fcec0ab44054
21 21
22 #include "SdlSurface.h" 22 #include "SdlSurface.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 SdlSurface::SdlSurface(SdlWindow& window) : 31 SdlSurface::SdlSurface(SdlWindow& window) :
32 window_(window), 32 window_(window),