PuzzleSDK
main.m
浏览该文件的文档.
1
//
2
// main.m
3
// iphone
4
//
5
// Created by Walzer on 10-11-16.
6
// Copyright 2010 __MyCompanyName__. All rights reserved.
7
//
8
9
#import <UIKit/UIKit.h>
10
11
12
int
main
(
int
argc,
char
*argv[]) {
13
14
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
15
int
retVal = UIApplicationMain(argc, argv, nil,
@"AppController"
);
16
[pool release];
17
return
retVal;
18
}
main
int main(int argc, char *argv[])
Definition:
main.m:12
Users
yujizhu
Documents
Git
cocos2d-x-4.0
tests
cpp-tests
proj.ios
main.m
制作者
1.9.2