561
edits
(→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 | // need to do such things, do them from run(). | ||
// Do not initialize graphics here | // Do not initialize graphics here |
edits