Added LWJGL interface to hold the P2D/P3D constants

This commit is contained in:
codeanticode
2013-01-16 20:30:33 +00:00
parent ec8c2bfebd
commit de056e14e1

View File

@@ -0,0 +1,6 @@
package processing.lwjgl;
public interface LWJGL {
static final String P2D = "processing.lwjgl.PGraphics2D";
static final String P3D = "processing.lwjgl.PGraphics3D";
}