Mercurial > hg > orthanc-stone
view Framework/OrthancStone.h @ 1477:5732edec7cbd
sorting frames in 3D
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 18 Jun 2020 15:48:59 +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 */