背景和头像缺失
This commit is contained in:
16
cocos2d/tests/cpp-empty-test/proj.linux/main.cpp
Normal file
16
cocos2d/tests/cpp-empty-test/proj.linux/main.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "../Classes/AppDelegate.h"
|
||||
#include "cocos2d.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <string>
|
||||
|
||||
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