15 lines
248 B
Objective-C
15 lines
248 B
Objective-C
//
|
|
// ViewController.h
|
|
// GLGameTemplate
|
|
//
|
|
// Created by Joshua Moerman on 5/4/12.
|
|
// Copyright (c) 2012 Vadovas. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <GLKit/GLKit.h>
|
|
|
|
@interface ViewController : GLKViewController{
|
|
}
|
|
|
|
@end
|