Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / API_Bilat_Image_GL / INC / common / Options.h
1
2 #ifndef OPTIONS_H
3 #define OPTIONS_H
4
5 #include "envGLImage.h"
6
7 #include <string>
8 using std::string;
9
10 /*----------------------------------------------------------------------*\
11 |* Declaration *|
12 \*---------------------------------------------------------------------*/
13
14 /*--------------------------------------*\
15 |* Public *|
16 \*-------------------------------------*/
17
18 class CBI_GLIMAGE Options
19 {
20 public:
21
22 /*--------------------------------------*\
23 |* Attributs *|
24 \*-------------------------------------*/
25
26 static string CREDITS;
27 };
28
29 #endif
30
31 /*----------------------------------------------------------------------*\
32 |* End *|
33 \*---------------------------------------------------------------------*/
34