Added PJOGL class

This commit is contained in:
codeanticode
2013-09-10 15:05:48 -04:00
parent 764616c9e1
commit 53a72e4318
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
package processing.opengl;
public class PJOGL extends PGL {
public PJOGL(PGraphicsOpenGL pg) {
super(pg);
}
}