1
0
mirror of https://github.com/Drezil/imgui.git synced 2025-02-19 15:32:43 +00:00

13 lines
224 B
C
Raw Normal View History

//
// 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