12 lines
183 B
C
12 lines
183 B
C
#ifndef GLCLAMPF_H
|
|
#define GLCLAMPF_H
|
|
|
|
#if 1
|
|
typedef GLfloat GLclampf;
|
|
#undef __glew_h__ /* shh, Qt, shh */
|
|
#undef __GLEW_H__
|
|
#include <QOpenGLFunctions>
|
|
#endif
|
|
|
|
#endif // GLCLAMPF_H
|