Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / API_Bilat_FreeGlut_Tools / INC / GLConfig.h
1 #ifndef GL_CONFIG_H
2 #define GL_CONFIG_H
3
4 #ifdef _WIN32
5 #include <windows.h>
6 #include <glew.h>
7 #include <glut.h>
8 #include "freeglut_ext.h"
9 #else
10 #include <GL/glew.h>
11 #include <GL/freeglut.h>
12 #include <GL/freeglut_ext.h>
13 #endif
14
15 #endif