comparison Framework/OpenGL/SdlOpenGLContext.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents 7ec8fea061b9
children
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
30 30
31 #if ORTHANC_ENABLE_GLEW == 1 31 #if ORTHANC_ENABLE_GLEW == 1
32 # include <GL/glew.h> 32 # include <GL/glew.h>
33 #endif 33 #endif
34 34
35 #include <Core/OrthancException.h> 35 #include <OrthancException.h>
36 36
37 namespace OrthancStone 37 namespace OrthancStone
38 { 38 {
39 SdlOpenGLContext::SdlOpenGLContext(const char* title, 39 SdlOpenGLContext::SdlOpenGLContext(const char* title,
40 unsigned int width, 40 unsigned int width,