Add Constant

This commit is contained in:
TheBrokenRail 2023-12-26 01:59:42 -05:00
parent 5bf535a68f
commit 67a8d026aa
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ extern "C" {
#define GL_NONE 0
#define GL_LINE_SMOOTH 0xb20
#define GL_SMOOTH_LINE_WIDTH_RANGE 0xb22
#define GL_ALIASED_LINE_WIDTH_RANGE 0x846e
typedef float GLfloat;
typedef float GLclampf;