Difference between revisions of "HOWTO-Engines"

Jump to navigation Jump to search
(First version of the engines HOWTO)
Line 25: Line 25:
That's it. The difficult part is of course writing the Engine subclass. More on that in the next section!
That's it. The difficult part is of course writing the Engine subclass. More on that in the next section!


Important note: Use a C++ namespace for all your work, e.g. "namespace Quux" in this case.


=== Subclassing Engine ===
=== Subclassing Engine ===