package uk.co.flyingsquirrels; public interface Updateable { void update(float seconds); }