Difference between revisions of "HOWTO-Engines"

Jump to navigation Jump to search
202 bytes added ,  23:45, 14 February 2006
explains the use of the flag values a bit better
(Updated the HOWTO to show how the new engine specific debug levels are used.)
(explains the use of the flag values a bit better)
Line 48: Line 48:
kQuuxDebugExample2 = 2
kQuuxDebugExample2 = 2
// next must be 4, because the debug levels must be able to be combined with OR
// next must be 4, because the debug levels must be able to be combined with OR
// and again be extracted with AND and for example 3 could be then kQuuxDebugExample or
// kQuuxDebugExample2, that should be only used then a call should be printed when one of both
// is specified
};
};


561

edits

Navigation menu