mirror of https://github.com/axmolengine/axmol.git
Merge pull request #5913 from dumganhar/develop
Remove AccelerometerSimulation.h for cpp template.
This commit is contained in:
commit
e9d7937431
|
@ -1,8 +1,5 @@
|
|||
#import <UIKit/UIKit.h>
|
||||
|
||||
// Under iOS and the Simulator, we can use an alternate Accelerometer interface
|
||||
#import "AccelerometerSimulation.h"
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
|
||||
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
|
||||
|
|
Loading…
Reference in New Issue