Rearrange imports

This commit is contained in:
oakes
2014-08-08 15:52:34 -04:00
parent 93ad83db7b
commit d2481a6aaf
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
(ns play-clj.entities
(:import [com.badlogic.gdx Gdx Graphics]
[com.badlogic.gdx.graphics Camera]
[com.badlogic.gdx.graphics.g2d NinePatch ParticleEffect Batch
[com.badlogic.gdx.graphics.g2d Batch NinePatch ParticleEffect
TextureRegion]
[com.badlogic.gdx.graphics.g3d Environment ModelBatch ModelInstance]
[com.badlogic.gdx.graphics.glutils ShapeRenderer]