Archived
1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
sky-roads/GLGameTemplate/ViewController.h
2012-12-22 17:48:33 +01:00

16 lines
273 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{
UIButton *left, *right;
}
@end