diff options
Diffstat (limited to 'tests/system-gl.h')
-rw-r--r-- | tests/system-gl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/system-gl.h b/tests/system-gl.h new file mode 100644 index 0000000..0f983cf --- /dev/null +++ b/tests/system-gl.h @@ -0,0 +1,6 @@ +#ifndef SYSTEMGL_H_ +#define SYSTEMGL_H_ + +#include <GL/glew.h> + +#endif |