demotool/imgui/examples/apple_example/imguiex-ios/GameViewController.h
2017-09-30 10:26:30 +02:00

12 lines
224 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