Difference between revisions of "HOWTO-Engines"

Jump to navigation Jump to search
m
Line 26: Line 26:


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


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