Difference between revisions of "HOWTO-Engines"

Jump to navigation Jump to search
14 bytes removed ,  14:11, 14 June 2009
m
→‎Example: engines/quux/quux.cpp: little style fix. (got rid of a needless OSystem::getEventManager call)
(→‎Example: engines/quux/quux.cpp: update to new graphics transaction features)
m (→‎Example: engines/quux/quux.cpp: little style fix. (got rid of a needless OSystem::getEventManager call))
Line 177: Line 177:


// Don't forget to register your random source
// Don't forget to register your random source
syst->getEventManager()->registerRandomSource(_rnd, "quux");
_eventMan->registerRandomSource(_rnd, "quux");


printf("QuuxEngine::QuuxEngine\n");
printf("QuuxEngine::QuuxEngine\n");
561

edits

Navigation menu