Game Development Reference
In-Depth Information
int main() {
MySandbox application;
try {
application.Run();
}
catch(Ogre::Exception& error) {
MessageBox(
NULL,
error.getFullDescription().c_str(),
"An exception has occurred!",
MB_OK | MB_ICONERROR | MB_TASKMODAL);
}
}
Search WWH ::




Custom Search