blob: 3323cfd55b3be148d226eabc06f0c4f46c5cbe43 [file] [log] [blame]
//
// 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