Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
GL.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef _WIN32
4#include <GL/glew.h> // Include before OpenGL functions
5#endif
6
7#include <GL/gl.h>
8#include <GL/glu.h>
9#include <GL/glext.h>
10#include <cglm/cglm.h>