11 lines
109 B
C
11 lines
109 B
C
/*
|
|
Settings for OpenGL
|
|
*/
|
|
|
|
#ifndef CONFIG_OPENGL_H
|
|
#define CONFIG_OPENGL_H
|
|
|
|
#define HAVE_GLEW_1_12 0
|
|
|
|
#endif
|