mirror of
https://github.com/ocornut/imgui.git
synced 2025-10-15 14:35:59 +00:00
Examples: Renamed example folders. (#1870)
This commit is contained in:
12
examples/example_apple/imguiex-ios/GameViewController.h
Normal file
12
examples/example_apple/imguiex-ios/GameViewController.h
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// 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
|
Reference in New Issue
Block a user