Mercurial > hg > orthanc-stone
view OrthancStone/Sources/OrthancStone.h @ 1527:4c4b267e4004
RtViewerPlugin : similar to the StoneWebPlugin, but for the sole RtViewer sample
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Sun, 02 Aug 2020 15:13:58 +0200 |
parents | 244ad1e4e76a |
children | 8c5f9864545f |
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 */