16extern triBool triLogInit (
void);
17extern void triLogShutdown (
void);
18extern void triLogPrint (
const triChar* pMessage, ...);
19extern void triLogError (
const triChar* pMessage, ...);
20extern void triLogMemory (
const triChar* pMessage, ...);
25#define triLogShutdown()
26#define triLogPrint(...)
27#define triLogError(...)
28#define triLogMemory(...)