diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2016-01-31 01:38:04 +0100 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2016-01-31 01:38:04 +0100 | 
| commit | 6056cfa8e5c0ae2cf297ffa49aac54816d5b2683 (patch) | |
| tree | c5b48d1ecdf21eaead67f2f0e5f609ecd7294f3d /desktop | |
| parent | 2f827179c802ed92d531772befced54ca1bbef79 (diff) | |
| download | RustAndDust-6056cfa8e5c0ae2cf297ffa49aac54816d5b2683.zip RustAndDust-6056cfa8e5c0ae2cf297ffa49aac54816d5b2683.tar.gz | |
BattleCommon: remove useless Army import
Diffstat (limited to 'desktop')
| -rw-r--r-- | desktop/src/ch/asynk/rustanddust/desktop/DesktopLauncher.java | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/desktop/src/ch/asynk/rustanddust/desktop/DesktopLauncher.java b/desktop/src/ch/asynk/rustanddust/desktop/DesktopLauncher.java index c1ab457..325977a 100644 --- a/desktop/src/ch/asynk/rustanddust/desktop/DesktopLauncher.java +++ b/desktop/src/ch/asynk/rustanddust/desktop/DesktopLauncher.java @@ -3,6 +3,7 @@ package ch.asynk.rustanddust.desktop;  import com.badlogic.gdx.backends.lwjgl.LwjglApplication;  import com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration;  import com.badlogic.gdx.Files; +  import ch.asynk.rustanddust.RustAndDust;  public class DesktopLauncher { | 
