use char instead of GLchar

This commit is contained in:
Josh Holtrop 2011-05-10 12:09:05 -04:00
parent ae9a83cca5
commit 335c926876

View File

@ -11,7 +11,7 @@
typedef GLfloat guMatrix4x4[4][4];
typedef struct {
GLuint index;
const GLchar *name;
const char *name;
} guAttribBinding;
#ifdef __cplusplus