View Single Post
Chdata
Veteran Member
Join Date: Aug 2012
Location: Computer Chair, Illinois
Old 02-27-2015 , 09:57   Re: logdebug.inc - Simple debug logging
Reply With Quote #7

Code:
#if !defined NO_DEBUG
    stock bool LogDebug(const char[] format, any ...)
#else
    define LogDebug(%1)
#endif
Something that altogether makes the code not be included into the compilation when it compiles.
__________________
Chdata is offline