axmol/test_uphone/tests/testBasic.cpp

18 lines
265 B
C++
Raw Normal View History

#include "testBasic.h"
TestLayer::TestLayer()
{
/**
@todo <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڿ<EFBFBD><EFBFBD>Ƶ<EFBFBD>ǰ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>в<EFBFBD><EFBFBD>ԵIJ˵<EFBFBD>
*/
}
TestScene::TestScene()
{
CCLayer* pLayer = new TestLayer();
pLayer->autorelease();
pLayer->retain();
addChild(pLayer);
}