Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / API_Bilat_Image_GL / INC / common / Options.h
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 (executable)
index 0000000..3ab274f
--- /dev/null
@@ -0,0 +1,34 @@
+\r
+#ifndef OPTIONS_H\r
+#define OPTIONS_H\r
+\r
+#include "envGLImage.h"\r
+\r
+#include <string>\r
+using std::string;\r
+\r
+/*----------------------------------------------------------------------*\\r
+ |*                    Declaration                                     *|\r
+ \*---------------------------------------------------------------------*/\r
+\r
+/*--------------------------------------*\\r
+ |*            Public                  *|\r
+ \*-------------------------------------*/\r
+\r
+class CBI_GLIMAGE Options\r
+    {\r
+    public:\r
+\r
+       /*--------------------------------------*\\r
+        |*             Attributs               *|\r
+        \*-------------------------------------*/\r
+\r
+       static string CREDITS;\r
+    };\r
+\r
+#endif\r
+\r
+/*----------------------------------------------------------------------*\\r
+ |*                    End                                             *|\r
+ \*---------------------------------------------------------------------*/\r
+\r