84
edits
(→Example: pushed Quux to a branch on github and added link here) |
(Missing metaengine filename) |
||
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. | ||
|- | |- | ||
|detection.cpp || Code related to game detection. | |detection.cpp || Code related to game detection. | ||
|- | |||
|metaengine.cpp || Contains the implementation of the plugin interface, as described in <code>base/plugins.h</code>. | |||
|- | |- | ||
|saveload.cpp || Code related to savegames | |saveload.cpp || Code related to savegames |
edits