Open main menu

Difference between revisions of "HOWTO-Engines"

2 bytes added ,  23:12, 5 December 2020
m
Updated Doxygen link to Engine class
(→‎Example: engines/quux/metaengine.cpp: Update to reflect recent changes)
m (Updated Doxygen link to Engine class)
Line 5: Line 5:


== Overview ==
== Overview ==
Essentially, you will have to implement a subclass of the Engine class. Our Doxygen documentation is your friend and should hopefully explain enough about this: [http://doxygen.scummvm.org/d1/db6/classEngine.html Engine class].  
Essentially, you will have to implement a subclass of the Engine class. Our Doxygen documentation is your friend and should hopefully explain enough about this: [https://doxygen.scummvm.org/d8/d9b/class_engine.html Engine class].  


You also must hook yourself into the regular ScummVM main build system. Actually, some ports use a custom build system, but their maintainers will usually add your new engine once it has been added to ScummVM.
You also must hook yourself into the regular ScummVM main build system. Actually, some ports use a custom build system, but their maintainers will usually add your new engine once it has been added to ScummVM.
8

edits