Fixed generator to not include checkALerror.h

This commit is contained in:
Elias Naur 2005-05-05 10:02:45 +00:00
parent 200ed3792a
commit 523a5c6fc2
122 changed files with 300 additions and 197 deletions

View file

@ -2,9 +2,9 @@
package org.lwjgl.opengl;
import java.nio.IntBuffer;
import org.lwjgl.LWJGLException;
import org.lwjgl.BufferChecks;
import java.nio.*;
public final class EXTFramebufferObject {
/**