foo
[raydungeon] / src / opengl.h
1 #ifndef OPENGL_H_
2 #define OPENGL_H_
3
4 #include "GL/glew.h"
5 #include <GL/gl.h>
6
7 int init_opengl(void);
8
9 #endif  /* OPENGL_H_ */