Open main menu

Difference between revisions of "HOWTO-Backends"

13 bytes added ,  16:40, 22 July 2008
→‎Overview: doxygen link updated
m (Fixed for coherence)
(→‎Overview: doxygen link updated)
Line 8: Line 8:


=== Overview ===
=== Overview ===
Essentially, you will have to implement a subclass of the OSystem class. Our Doxygen documentation is your friend and should hopefully explain enough about this, see here: http://scummvm.org/docs/doxygen/html/classOSystem.php.  
Essentially, you will have to implement a subclass of the OSystem class. Our Doxygen documentation is your friend and should hopefully explain enough about this, see here: [http://doxygen.scummvm.org/d9/df4/classOSystem.html OSystem class].  


You also need to either hook yourself into the regular ScummVM build system, or provide your own. Finally, you need to make ScummVM aware of your new backend by updating a couple source files (see below).
You also need to either hook yourself into the regular ScummVM build system, or provide your own. Finally, you need to make ScummVM aware of your new backend by updating a couple source files (see below).


=== Step by step ===
=== Step by step ===
1,079

edits