diff --git a/HeatUp/src/de/heatup/audio/BackgroundSound.java b/HeatUp/src/de/heatup/audio/BackgroundSound.java new file mode 100644 index 0000000..00f69d9 --- /dev/null +++ b/HeatUp/src/de/heatup/audio/BackgroundSound.java @@ -0,0 +1,8 @@ +package de.heatup.audio; + +public class BackgroundSound { + + public static void main(String[] args) { + + } +}