Mercurial > hg > orthanc-stone
view Framework/OrthancStone.h @ 1491:c5627b8493f3
merge
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 24 Jun 2020 17:17:24 +0200 |
parents | 28c64c246312 |
children |
line wrap: on
line source
#pragma once /** * Besides the "pragma once" above that only protects this file, * define a macro to prevent including different versions of * "OrthancStone.h" **/ #ifndef __ORTHANC_STONE_H #define __ORTHANC_STONE_H #include <OrthancFramework.h> #if ORTHANC_ENABLE_OPENGL == 1 # define GL_GLEXT_PROTOTYPES 1 #endif #endif /* __ORTHANC_STONE_H */