bool HelloWorld::init()
{
CCTimer::timerWithTarget(this,schedule_selector( HelloWorld::testTimerCB), 1);
this->schedule(schedule_selector( HelloWorld::testTimerCB), 1);
return true;
}
bool HelloWorld::init()
{
CCTimer::timerWithTarget(this,schedule_selector( HelloWorld::testTimerCB), 1);
this->schedule(schedule_selector( HelloWorld::testTimerCB), 1);
return true;
}