summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-01-20 19:29:50 +0500
committerilotterytea <iltsu@alright.party>2025-01-20 19:29:50 +0500
commit043834fa0adf502f61ba09fe312fa3e90b8a6bcc (patch)
tree6b140cc4fdb73c954d564b2baf6ff1086a4ada76 /shared
initial commit
Diffstat (limited to 'shared')
-rw-r--r--shared/build.gradle5
-rw-r--r--shared/src/main/java/kz/ilotterytea/frogartha/Shared.gwt.xml15
2 files changed, 20 insertions, 0 deletions
diff --git a/shared/build.gradle b/shared/build.gradle
new file mode 100644
index 0000000..1eafc3b
--- /dev/null
+++ b/shared/build.gradle
@@ -0,0 +1,5 @@
+eclipse.project.name = appName + '-shared'
+
+dependencies {
+
+}
diff --git a/shared/src/main/java/kz/ilotterytea/frogartha/Shared.gwt.xml b/shared/src/main/java/kz/ilotterytea/frogartha/Shared.gwt.xml
new file mode 100644
index 0000000..7a8bcec
--- /dev/null
+++ b/shared/src/main/java/kz/ilotterytea/frogartha/Shared.gwt.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.11.0//EN" "https://www.gwtproject.org/doctype/2.11.0/gwt-module.dtd">
+<module>
+ <!-- Paths to source are relative to this file and separated by slashes ('/'). -->
+ <source path="" />
+
+ <!-- Reflection includes may be needed for your code or library code. Each value is separated by periods ('.'). -->
+ <!-- You can include a full package by not including the name of a type at the end. -->
+ <!-- <extend-configuration-property name="gdx.reflect.include" value="fully.qualified.TypeName" /> -->
+
+ <!-- Rarely, projects may need to include files but do not have access to the complete assets. -->
+ <!-- This happens for libraries and shared projects, typically, and the configuration goes in that project. -->
+ <!-- You can include individual files like this, and access them with Gdx.files.classpath("path/to/file.png") : -->
+ <!-- <extend-configuration-property name="gdx.files.classpath" value="path/to/file.png" /> -->
+</module> \ No newline at end of file