Skip to content

Instantly share code, notes, and snippets.

@vrobel
Created October 2, 2012 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vrobel/26a0e2d08375956c1bf7 to your computer and use it in GitHub Desktop.
Save vrobel/26a0e2d08375956c1bf7 to your computer and use it in GitHub Desktop.
public interface IMyViewNavigator
{
function gotoSplashScreen() : void;
function addBackground() : void;
function addTopAudioControls() : void;
function gotoMenu() : void;
function gotoLevelSelector() : void;
function gotoGame( initConfig : * ) : void;
function showGameOverPopup() : void;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment