X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=WCudaMSE%2FAPI_Bilat_Image_GL%2FINC%2Fcommon%2FOptions.h;fp=WCudaMSE%2FAPI_Bilat_Image_GL%2FINC%2Fcommon%2FOptions.h;h=3ab274f8030778ee282548323a361d9653e4407c;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/API_Bilat_Image_GL/INC/common/Options.h b/WCudaMSE/API_Bilat_Image_GL/INC/common/Options.h new file mode 100755 index 0000000..3ab274f --- /dev/null +++ b/WCudaMSE/API_Bilat_Image_GL/INC/common/Options.h @@ -0,0 +1,34 @@ + +#ifndef OPTIONS_H +#define OPTIONS_H + +#include "envGLImage.h" + +#include +using std::string; + +/*----------------------------------------------------------------------*\ + |* Declaration *| + \*---------------------------------------------------------------------*/ + +/*--------------------------------------*\ + |* Public *| + \*-------------------------------------*/ + +class CBI_GLIMAGE Options + { + public: + + /*--------------------------------------*\ + |* Attributs *| + \*-------------------------------------*/ + + static string CREDITS; + }; + +#endif + +/*----------------------------------------------------------------------*\ + |* End *| + \*---------------------------------------------------------------------*/ +