You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
224 B
C
13 lines
224 B
C
10 years ago
|
//
|
||
|
// GameViewController.h
|
||
|
// imguiex
|
||
|
|
||
10 years ago
|
// This is the OpenGL Example template from XCode, modified to support ImGui
|
||
10 years ago
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
#import <GLKit/GLKit.h>
|
||
|
|
||
|
@interface GameViewController : GLKViewController
|
||
|
|
||
|
@end
|