Mercurial > hg > orthanc-stone
comparison Applications/Sdl/SdlEngine.cpp @ 201:e9c7a78a3e77
removed absolute paths
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 23 Mar 2018 11:59:22 +0100 |
parents | fccffbf99ba1 |
children | 5412adf19980 |
comparison
equal
deleted
inserted
replaced
200:03afbee0cc7b | 201:e9c7a78a3e77 |
---|---|
21 | 21 |
22 #include "SdlEngine.h" | 22 #include "SdlEngine.h" |
23 | 23 |
24 #if ORTHANC_ENABLE_SDL == 1 | 24 #if ORTHANC_ENABLE_SDL == 1 |
25 | 25 |
26 #include <Core/Logging.h> | 26 #include "../../Resources/Orthanc/Core/Logging.h" |
27 | |
27 #include <SDL.h> | 28 #include <SDL.h> |
28 | 29 |
29 namespace OrthancStone | 30 namespace OrthancStone |
30 { | 31 { |
31 void SdlEngine::SetSize(BasicApplicationContext::ViewportLocker& locker, | 32 void SdlEngine::SetSize(BasicApplicationContext::ViewportLocker& locker, |