Mercurial > hg > orthanc-stone
comparison OrthancStone/Sources/OrthancStone.h @ 1512:244ad1e4e76a
reorganization of folders
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 07 Jul 2020 16:21:02 +0200 |
parents | Framework/OrthancStone.h@28c64c246312 |
children | 8c5f9864545f |
comparison
equal
deleted
inserted
replaced
1511:9dfeee74c1e6 | 1512:244ad1e4e76a |
---|---|
1 #pragma once | |
2 | |
3 /** | |
4 * Besides the "pragma once" above that only protects this file, | |
5 * define a macro to prevent including different versions of | |
6 * "OrthancStone.h" | |
7 **/ | |
8 #ifndef __ORTHANC_STONE_H | |
9 #define __ORTHANC_STONE_H | |
10 | |
11 #include <OrthancFramework.h> | |
12 | |
13 #if ORTHANC_ENABLE_OPENGL == 1 | |
14 # define GL_GLEXT_PROTOTYPES 1 | |
15 #endif | |
16 | |
17 | |
18 #endif /* __ORTHANC_STONE_H */ |