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

@@ -15,7 +15,7 @@
[com.badlogic.gdx.graphics Camera Color GL20 OrthographicCamera
PerspectiveCamera Pixmap Pixmap$Format PixmapIO Texture
VertexAttributes$Usage]
[com.badlogic.gdx.graphics.g2d ParticleEffect Batch]
[com.badlogic.gdx.graphics.g2d Batch ParticleEffect]
[com.badlogic.gdx.graphics.g3d ModelBatch]
[com.badlogic.gdx.graphics.glutils ShapeRenderer]
[com.badlogic.gdx.input GestureDetector

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]