diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2018-06-26 02:06:32 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2018-06-26 02:06:32 +0200 |
commit | ccbec710375ddab05e60d893851e57f7ee743d19 (patch) | |
tree | d22eb9f39093e4a15113b4f29ff7eaf8f4562cfb /core/src/ZProject.gwt.xml | |
download | gdx-boardgame-ccbec710375ddab05e60d893851e57f7ee743d19.zip gdx-boardgame-ccbec710375ddab05e60d893851e57f7ee743d19.tar.gz |
bare bone libgdx project
generated with https://libgdx.badlogicgames.com/nightlies/dist/gdx-setup.jar
Diffstat (limited to 'core/src/ZProject.gwt.xml')
-rw-r--r-- | core/src/ZProject.gwt.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/ZProject.gwt.xml b/core/src/ZProject.gwt.xml new file mode 100644 index 0000000..747eb9e --- /dev/null +++ b/core/src/ZProject.gwt.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit trunk//EN" "http://google-web-toolkit.googlecode.com/svn/trunk/distro-source/core/src/gwt-module.dtd"> +<module> + <source path="ch/asynk/zproject" /> +</module>
\ No newline at end of file |