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 GLfloat guMatrix4x4[4][4];
typedef struct { typedef struct {
GLuint index; GLuint index;
const GLchar *name; const char *name;
} guAttribBinding; } guAttribBinding;
#ifdef __cplusplus #ifdef __cplusplus