背景和头像缺失
This commit is contained in:
10
cocos2d/tests/js-tests/project/proj.linux/main.cpp
Normal file
10
cocos2d/tests/js-tests/project/proj.linux/main.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "../Classes/AppDelegate.h"
|
||||
|
||||
USING_NS_CC;
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
// create the application instance
|
||||
AppDelegate app;
|
||||
return Application::getInstance()->run();
|
||||
}
|
||||
Reference in New Issue
Block a user