mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-08 08:08:35 +00:00
chore: format everything
This commit is contained in:
@@ -14,102 +14,53 @@ void LinuxLogStubLightmapProbe() {
|
||||
|
||||
#else
|
||||
|
||||
void glReadPixels(int,int, int, int, int, int, ByteBuffer *)
|
||||
{
|
||||
}
|
||||
void glReadPixels(int, int, int, int, int, int, ByteBuffer*) {}
|
||||
|
||||
void glClearDepth(double)
|
||||
{
|
||||
}
|
||||
void glClearDepth(double) {}
|
||||
|
||||
void glVertexPointer(int, int, int, int)
|
||||
{
|
||||
}
|
||||
void glVertexPointer(int, int, int, int) {}
|
||||
|
||||
void glVertexPointer(int, int, FloatBuffer *)
|
||||
{
|
||||
}
|
||||
void glVertexPointer(int, int, FloatBuffer*) {}
|
||||
|
||||
void glTexCoordPointer(int, int, int, int)
|
||||
{
|
||||
}
|
||||
void glTexCoordPointer(int, int, int, int) {}
|
||||
|
||||
void glTexCoordPointer(int, int, FloatBuffer *)
|
||||
{
|
||||
}
|
||||
void glTexCoordPointer(int, int, FloatBuffer*) {}
|
||||
|
||||
void glNormalPointer(int, int, int)
|
||||
{
|
||||
}
|
||||
void glNormalPointer(int, int, int) {}
|
||||
|
||||
void glNormalPointer(int, ByteBuffer *)
|
||||
{
|
||||
}
|
||||
void glNormalPointer(int, ByteBuffer*) {}
|
||||
|
||||
void glEnableClientState(int)
|
||||
{
|
||||
}
|
||||
void glEnableClientState(int) {}
|
||||
|
||||
void glDisableClientState(int)
|
||||
{
|
||||
}
|
||||
void glDisableClientState(int) {}
|
||||
|
||||
void glColorPointer(int, int, int, int)
|
||||
{
|
||||
}
|
||||
void glColorPointer(int, int, int, int) {}
|
||||
|
||||
void glColorPointer(int, bool, int, ByteBuffer *)
|
||||
{
|
||||
}
|
||||
void glColorPointer(int, bool, int, ByteBuffer*) {}
|
||||
|
||||
void glDrawArrays(int,int,int)
|
||||
{
|
||||
}
|
||||
void glDrawArrays(int, int, int) {}
|
||||
|
||||
void glNormal3f(float,float,float)
|
||||
{
|
||||
}
|
||||
void glNormal3f(float, float, float) {}
|
||||
|
||||
void glGenQueriesARB(IntBuffer *)
|
||||
{
|
||||
}
|
||||
void glGenQueriesARB(IntBuffer*) {}
|
||||
|
||||
void glBeginQueryARB(int,int)
|
||||
{
|
||||
}
|
||||
void glBeginQueryARB(int, int) {}
|
||||
|
||||
void glEndQueryARB(int)
|
||||
{
|
||||
}
|
||||
void glEndQueryARB(int) {}
|
||||
|
||||
void glGetQueryObjectuARB(int,int,IntBuffer *)
|
||||
{
|
||||
}
|
||||
void glGetQueryObjectuARB(int, int, IntBuffer*) {}
|
||||
|
||||
void glShadeModel(int)
|
||||
{
|
||||
}
|
||||
void glShadeModel(int) {}
|
||||
|
||||
void glColorMaterial(int,int)
|
||||
{
|
||||
}
|
||||
void glColorMaterial(int, int) {}
|
||||
|
||||
//1.8.2
|
||||
void glClientActiveTexture(int)
|
||||
{
|
||||
}
|
||||
// 1.8.2
|
||||
void glClientActiveTexture(int) {}
|
||||
|
||||
void glActiveTexture(int)
|
||||
{
|
||||
}
|
||||
void glActiveTexture(int) {}
|
||||
|
||||
void glFlush()
|
||||
{
|
||||
}
|
||||
|
||||
void glTexGeni(int,int,int)
|
||||
{
|
||||
}
|
||||
void glFlush() {}
|
||||
|
||||
void glTexGeni(int, int, int) {}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user