class App {
    static var app: GameViewController!
    static func getApp() -> GameViewController {
        return app
    }
}
