Huge refactoring, cleanup, constraints

This commit is contained in:
Ondřej Hruška
2014-04-02 11:47:24 +02:00
parent acc8dffad7
commit cf4e6e0a6d
25 changed files with 249 additions and 208 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ package mightypork.rogue;
import mightypork.rogue.display.DisplaySystem;
import mightypork.rogue.input.InputSystem;
import mightypork.rogue.sounds.SoundSystem;
import mightypork.utils.control.bus.MessageBus;
import mightypork.utils.control.bus.EventBus;
/**
@@ -35,7 +35,7 @@ public interface AppAccess {
/**
* @return event bus
*/
abstract MessageBus bus();
abstract EventBus bus();
/**