Skip to content

Instantly share code, notes, and snippets.

@eiennohito
Created April 18, 2012 17:51
Show Gist options
  • Save eiennohito/2415416 to your computer and use it in GitHub Desktop.
Save eiennohito/2415416 to your computer and use it in GitHub Desktop.
package org.eiennohito.services;
import javax.media.opengl.GL;
/**
* @author eiennohito
* @date 30.03.2008
*/
public interface GLCallback {
void doInGl(GL gl);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment