package com.arretadogames.pilot.ui; public interface GameHUDButton { public void onClick(int buttonId, boolean pressed); }