Mercurial > hg > orthanc-stone
comparison Applications/Sdl/SdlWindow.cpp @ 113:2eca030792aa wasm
using the Orthanc Framework
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 20 Sep 2017 15:32:32 +0200 |
parents | fcec0ab44054 |
children | e2fe9352f240 |
comparison
equal
deleted
inserted
replaced
112:948f86e61e83 | 113:2eca030792aa |
---|---|
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, |