Game Development Reference
In-Depth Information
}
//create main loop
this->scheduleUpdate();
return true;
}
void HelloWorld::update (float dt) {
//the main loop
}
Search WWH ::




Custom Search