2010-11-02 09:29:19 +00:00
|
|
|
//
|
|
|
|
// GameWindow+Internal.h
|
|
|
|
// XNI
|
|
|
|
//
|
|
|
|
// Created by Retro on 31.10.10.
|
|
|
|
// Copyright 2010 Retronator. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
2010-12-08 04:57:47 +00:00
|
|
|
#import "GameWindow.h"
|
2010-11-02 09:29:19 +00:00
|
|
|
|
|
|
|
@interface GameWindow (Internal)
|
|
|
|
|
|
|
|
- (void) initialize;
|
|
|
|
|
2010-12-08 04:57:47 +00:00
|
|
|
@property (nonatomic, readonly) GameViewController *gameViewController;
|
2010-12-14 23:28:16 +00:00
|
|
|
@property (nonatomic, readonly) UIWindow *window;
|
2010-12-08 04:57:47 +00:00
|
|
|
|
2010-11-02 09:29:19 +00:00
|
|
|
@end
|