Implemented all csf handling

This commit is contained in:
2015-05-28 23:11:35 +02:00
parent 9ba62993e8
commit c2674ae382
11 changed files with 258 additions and 44 deletions
+6 -1
View File
@@ -1,5 +1,11 @@
package main;
import java.io.File;
import java.io.IOException;
import audio.Song;
import audio.io.JSONReader;
public class Main {
public static void main(String[] args) {
@@ -12,5 +18,4 @@ public class Main {
new Window(true);
}
}
}