TrustedUser
574
edits
(→Example: engines/quux/detection.cpp: Replace invalid error constant) |
(Removed Reference To SVN) |
||
Line 2: | Line 2: | ||
This page is meant as a mini-HOWTO which roughly outlines the steps needed to add a new engine to ScummVM. It does '''not''' tell you how to create an engine for a given game; rather it is meant to tell a developer how to properly "hook" into ScummVM. | This page is meant as a mini-HOWTO which roughly outlines the steps needed to add a new engine to ScummVM. It does '''not''' tell you how to create an engine for a given game; rather it is meant to tell a developer how to properly "hook" into ScummVM. | ||
I will assume that you are at least roughly familiar with ScummVM, and have a | I will assume that you are at least roughly familiar with ScummVM, and have a recent checkout of our source code repository. Note that it's strongly advised to base your work on the current development version of ScummVM, and not on a release version. This will ease integration of your work. | ||
== Overview == | == Overview == |