projects
/
erebus2020
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
working on the transformation node system
[erebus2020]
/
xerebus
/
src
/
opengl.h
1
#ifndef OPENGL_H_
2
#define OPENGL_H_
3
4
#define GL_GLEXT_PROTOTYPES
5
#include <GL/gl.h>
6
#include <GL/glext.h>
7
8
#endif /* OPENGL_H_ */