14 lines
227 B
Objective-C
14 lines
227 B
Objective-C
//
|
|
// GameViewController.h
|
|
// imguiex
|
|
|
|
// This is the OpenGL Example template from XCode, modified to
|
|
// support IMGUI
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <GLKit/GLKit.h>
|
|
|
|
@interface GameViewController : GLKViewController
|
|
|
|
@end
|