mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-17 11:59:28 +00:00
Move GL headers to ExternalLibs
This commit is contained in:
parent
b7e3e55cf1
commit
4095fde219
4 changed files with 1 additions and 1 deletions
1628
BBGE/GL/gl.h
1628
BBGE/GL/gl.h
File diff suppressed because it is too large
Load diff
|
@ -1,14 +0,0 @@
|
|||
/* OpenGL ES-specific. --ryan. */
|
||||
/* I should probably put an official GLES header in here instead. Oh well. */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
|
||||
void glClearDepthf(GLclampf depth);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
7201
BBGE/GL/glext.h
7201
BBGE/GL/glext.h
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue