summaryrefslogtreecommitdiffstats
path: root/src/Subconscious.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/Subconscious.java')
-rw-r--r--src/Subconscious.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Subconscious.java b/src/Subconscious.java
new file mode 100644
index 0000000..81bc25c
--- /dev/null
+++ b/src/Subconscious.java
@@ -0,0 +1,6 @@
+
+public class Subconscious {
+ public static void main(String[] args) {
+ GameWindow w = new GameWindow();
+ }
+} \ No newline at end of file