1,079
edits
(First version of the engines HOWTO) |
(→Steps) |
||
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 === |
edits