6e8fbca745
match the genesis editor version 1.3.0.653.
19 lines
280 B
Objective-C
19 lines
280 B
Objective-C
//
|
|
// ViewController.h
|
|
// GenesisEngine
|
|
//
|
|
// Created by 宋 琦 on 13-6-2.
|
|
// Copyright (c) 2013年 宋 琦. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <GLKit/GLKit.h>
|
|
|
|
@interface ViewController : GLKViewController
|
|
|
|
|
|
- (void)OnResumed;
|
|
- (void)OnStopped;
|
|
|
|
@end
|