Difference between revisions of "HOWTO-Engines"

Jump to navigation Jump to search
No change in size ,  15:39, 28 May 2006
m
Fixed link to doxygen docs
m (Fix console example)
m (Fixed link to doxygen docs)
Line 6: Line 6:


== 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, see here: http://scummvm.org/docs/doxygen/html/class Engine.php.  
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, see here: [http://scummvm.org/docs/doxygen/html/classEngine.php].  


You also must hook yourself into the regular ScummVM main build system. Actually, some ports use 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 custom build system, but their maintainers will usually add your new engine once it has been added to ScummVM.


Finally, you need to make ScummVM aware of your new engine by updating a couple source files (see below).
Finally, you need to make ScummVM aware of your new engine by updating a couple source files (see below).


== Steps ==
== Steps ==
1,079

edits

Navigation menu