Renamed package: sound -> sounds

This commit is contained in:
Ondřej Hruška
2014-04-07 10:08:30 +02:00
parent ae785dc440
commit 8073c5d712
12 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package mightypork.rogue;
import mightypork.rogue.input.InputSystem;
import mightypork.rogue.render.DisplaySystem;
import mightypork.rogue.sound.SoundSystem;
import mightypork.rogue.sounds.SoundSystem;
import mightypork.utils.control.bus.EventBus;