package netwerkprog.game.util; public interface Renderable extends Updatable { void render(); }