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,6 +2,9 @@
package org.lwjgl.opengl;
import org.lwjgl.LWJGLException;
import org.lwjgl.BufferChecks;
import java.nio.*;
public final class NVLightMaxExponent {
public static final int GL_MAX_SPOT_EXPONENT_NV = 0x8505;