add changelog dialog and display_file api (implemented in osx and ios)
This commit is contained in:
@@ -10,10 +10,16 @@
|
||||
#import <GLKit/GLKit.h>
|
||||
#import "AppDelegate.h"
|
||||
|
||||
@interface GameViewController : GLKViewController <UIKeyInput,UIImagePickerControllerDelegate,UINavigationControllerDelegate>
|
||||
@interface GameViewController : GLKViewController<
|
||||
UIKeyInput,
|
||||
UIImagePickerControllerDelegate,
|
||||
UINavigationControllerDelegate,
|
||||
UIDocumentInteractionControllerDelegate
|
||||
>
|
||||
{
|
||||
@public GLKView* glview;
|
||||
}
|
||||
- (void)display_file:(std::string)filename;
|
||||
- (void)reset_touch;
|
||||
- (void)async_lock;
|
||||
- (void)async_unlock;
|
||||
|
||||
Reference in New Issue
Block a user