diff options
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 { |