Difference between revisions of "HOWTO-Engines"

Jump to navigation Jump to search
50 bytes added ,  20:42, 30 March 2007
Line 34: Line 34:
|ENGINENAME.cpp || Contains at least the constructor and destructor of your (primary) Engine subclass, as well as the implementations of the mandatory (i.e. pure virtual) Engine methods.
|ENGINENAME.cpp || Contains at least the constructor and destructor of your (primary) Engine subclass, as well as the implementations of the mandatory (i.e. pure virtual) Engine methods.
|-
|-
|saveload.cpp || Code related to savegames
|plugin.cpp || The implementation of the plugin interface, as described in <code>base/plugins.h</code> (can also be in ENGINENAME.cpp)
|-
|-
|plugin.cpp || The implementation of the plugin interface, as described in <code>base/plugins.h</code>
|detection.cpp || Code related to game detection (usually contained in plugin.cpp or ENGINENAME.cpp, but can be factored out if necessary)
|-
|-
|detection.cpp || Code related to game detection (usually contained in plugin.cpp, but can be factored out if necessary)
|saveload.cpp || Code related to savegames
|-
|-
|debug.cpp, debugger.cpp || (console) debugger
|debug.cpp, debugger.cpp || (console) debugger
1,079

edits

Navigation menu