Open main menu

Difference between revisions of "HOWTO-Engines"

1 byte removed ,  12:48, 13 April 2012
→‎Example: engines/quux/quux.cpp: Engine::init has been removed some time ago, update one comment in the QuuxEngine constructor accordingly.
(→‎Subclassing MetaEngine: Fixed to recommend AdvancedDetector)
(→‎Example: engines/quux/quux.cpp: Engine::init has been removed some time ago, update one comment in the QuuxEngine constructor accordingly.)
Line 177: Line 177:
// Put your engine in a sane state, but do nothing big yet;
// Put your engine in a sane state, but do nothing big yet;
// in particular, do not load data from files; rather, if you
// in particular, do not load data from files; rather, if you
// need to do such things, do them from init().
// need to do such things, do them from run().
   
   
// Do not initialize graphics here
// Do not initialize graphics here
561

edits