From 5b803a2cc472cc9f48a47df031472f2b82928913 Mon Sep 17 00:00:00 2001 From: xrgman Date: Tue, 10 Feb 2015 14:05:38 +0100 Subject: [PATCH] version 0.1 test version --- Artist.java | 4 ++++ Data.java | 4 ++++ IO.java | 4 ++++ Preformance.java | 4 ++++ Stage.java | 4 ++++ 5 files changed, 20 insertions(+) create mode 100644 Artist.java create mode 100644 Data.java create mode 100644 IO.java create mode 100644 Preformance.java create mode 100644 Stage.java diff --git a/Artist.java b/Artist.java new file mode 100644 index 0000000..63bb30e --- /dev/null +++ b/Artist.java @@ -0,0 +1,4 @@ + +public class Artist { + +} diff --git a/Data.java b/Data.java new file mode 100644 index 0000000..130b74d --- /dev/null +++ b/Data.java @@ -0,0 +1,4 @@ + +public class Data { + +} diff --git a/IO.java b/IO.java new file mode 100644 index 0000000..f94e452 --- /dev/null +++ b/IO.java @@ -0,0 +1,4 @@ + +public class IO { + +} diff --git a/Preformance.java b/Preformance.java new file mode 100644 index 0000000..4b284c2 --- /dev/null +++ b/Preformance.java @@ -0,0 +1,4 @@ + +public class Preformance { + +} diff --git a/Stage.java b/Stage.java new file mode 100644 index 0000000..d29f912 --- /dev/null +++ b/Stage.java @@ -0,0 +1,4 @@ + +public class Stage { + +}