Open main menu

Difference between revisions of "HOWTO-Engines"

9 bytes added ,  23:45, 14 February 2006
m
last for now I promise! :)
(explains the use of the flag values a bit better)
m (last for now I promise! :))
Line 49: Line 49:
// 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
// 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
// kQuuxDebugExample2, that should be only used then a call should be printed when at least
// is specified
// one of both is specified
};
};


561

edits