playable game

This commit is contained in:
Remco
2015-06-02 15:47:23 +02:00
parent 6a356982a6
commit 76a41dbbd1
10 changed files with 105 additions and 23 deletions
+1
View File
@@ -44,6 +44,7 @@ public class DirScanner {
Song s = JSONReader.readSong(file2);
songs.add(s);
} catch (IOException e1) {
e1.printStackTrace();
}
}