mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-03 21:01:14 +00:00
Revert "Revert "move around some files to keep the size of the next commit down""
This reverts commit b2abcff02d
.
This commit is contained in:
parent
b2abcff02d
commit
d4282221fc
19 changed files with 15 additions and 6510 deletions
1646
ExternalLibs/GL/gl.h
Normal file
1646
ExternalLibs/GL/gl.h
Normal file
File diff suppressed because it is too large
Load diff
14
ExternalLibs/GL/gles.h
Normal file
14
ExternalLibs/GL/gles.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* 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
|
||||
|
7204
ExternalLibs/GL/glext.h
Normal file
7204
ExternalLibs/GL/glext.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue