1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-08-08 07:09:52 +00:00

Revert "move around some files to keep the size of the next commit down"

This reverts commit 0951283b31.
This commit is contained in:
fgenesis 2011-09-15 19:19:14 +02:00
parent 56c6833220
commit b2abcff02d
19 changed files with 6510 additions and 15 deletions

1646
BBGE/GL/gl.h Normal file

File diff suppressed because it is too large Load diff

14
BBGE/GL/gles.h Normal file
View 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
BBGE/GL/glext.h Normal file

File diff suppressed because it is too large Load diff