mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-15 09:27:00 +00:00
14 lines
227 B
C
14 lines
227 B
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
|