Add More Constants

This commit is contained in:
TheBrokenRail 2023-10-10 19:12:25 -04:00
parent 86dadd6644
commit 5bf535a68f
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ extern "C" {
#define GL_ACCUM 0x100
#define GL_ALPHA 0x1906
#define GL_NONE 0
#define GL_LINE_SMOOTH 0xb20
#define GL_SMOOTH_LINE_WIDTH_RANGE 0xb22
typedef float GLfloat;
typedef float GLclampf;