wut/libraries/libwhb/include/whb/log_module.h

25 lines
252 B
C

#pragma once
#include <wut.h>
/**
* \defgroup whb_log_module Log using the LoggingModule.
* \ingroup whb
* @{
*/
#ifdef __cplusplus
extern "C" {
#endif
BOOL
WHBLogModuleInit();
BOOL
WHBLogModuleDeinit();
#ifdef __cplusplus
}
#endif
/** @} */