diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/glheader.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/glheader.h b/include/glheader.h index e93ca30..2ae24ea 100644 --- a/include/glheader.h +++ b/include/glheader.h @@ -60,9 +60,8 @@ extern "C" { /** - * GL_FIXED is defined in glext.h version 64 but these typedefs aren't (yet). + * GL_FIXED is defined in glext.h version 64 but this typedef isn't (yet). */ -typedef int GLfixed; typedef int GLclampx; |