Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / API_Bilat_GL / INC / GLTools.h
1 #ifndef GLTOOLS_H
2 #define GLTOOLS_H
3
4 #include "envBilatGL.h"
5 #include "bilat_GL.h"
6
7 class CBI_GL GLTools
8 {
9 public:
10 GLTools();
11 virtual ~GLTools();
12
13 static void openGL_Infos();
14 };
15
16 #endif