Missing interface Renderable
This commit is contained in:
9
src/java/ru/dmitriymx/lwjgl/tools/Renderable.java
Normal file
9
src/java/ru/dmitriymx/lwjgl/tools/Renderable.java
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
/*
|
||||||
|
* DmitriyMX <mail@dmitriymx.ru>
|
||||||
|
* 2016-05-01
|
||||||
|
*/
|
||||||
|
package ru.dmitriymx.lwjgl.tools;
|
||||||
|
|
||||||
|
public interface Renderable {
|
||||||
|
void render();
|
||||||
|
}
|
||||||
@@ -2,8 +2,7 @@ package ru.dmitriymx.lwjgl.tools.fontengine;
|
|||||||
|
|
||||||
import static org.lwjgl.opengl.GL11.*;
|
import static org.lwjgl.opengl.GL11.*;
|
||||||
|
|
||||||
import org.lwjgl.util.Renderable;
|
import ru.dmitriymx.lwjgl.tools.Renderable;
|
||||||
|
|
||||||
import ru.dmitriymx.lwjgl.tools.Tessellator;
|
import ru.dmitriymx.lwjgl.tools.Tessellator;
|
||||||
|
|
||||||
public class GLText implements Renderable {
|
public class GLText implements Renderable {
|
||||||
|
|||||||
Reference in New Issue
Block a user