Moving even more stuff around

This commit is contained in:
yugecin
2017-01-16 21:53:48 +01:00
parent 2ed0254c34
commit 09dfc68f16
12 changed files with 17 additions and 19 deletions

View File

@@ -32,13 +32,13 @@ import org.newdawn.slick.opengl.renderer.Renderer;
import org.newdawn.slick.opengl.renderer.SGL;
import org.newdawn.slick.util.Log;
import yugecin.opsudance.core.events.EventBus;
import yugecin.opsudance.errorhandling.ErrorDumpable;
import yugecin.opsudance.core.errorhandling.ErrorDumpable;
import yugecin.opsudance.events.ResolutionChangedEvent;
import yugecin.opsudance.utils.GLHelper;
import java.io.StringWriter;
import static yugecin.opsudance.kernel.Entrypoint.sout;
import static yugecin.opsudance.core.Entrypoint.sout;
/**
* based on org.newdawn.slick.AppGameContainer