mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:07:45 +00:00
LibGL: Add glext.h and lots of new defines in gl.h
These constants are used by GLU and Tux Racer.
This commit is contained in:
parent
2ce73b31b6
commit
70c6907546
4 changed files with 116 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "GL/gl.h"
|
||||
#include "GL/glext.h"
|
||||
#include <AK/OwnPtr.h>
|
||||
#include <LibGfx/Bitmap.h>
|
||||
#include <LibGfx/Matrix4x4.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue