1
0
mirror of https://github.com/Drezil/imgui.git synced 2025-04-01 08:52:44 +00:00

13 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