summaryrefslogtreecommitdiff
path: root/gl.h
blob: bb28c2052bf541c7583cabb04d8012b3fef5486b (plain)
1
2
3
4
5
6
7
#ifndef GL_H
#define GL_H

#define GL_GLEXT_PROTOTYPES
#include <SDL_opengl.h>

#endif