wut/libraries/libwhb/include/whb/log_udp.h
2018-05-23 11:10:10 +01:00

25 lines
229 B
C

#pragma once
#include <wut.h>
/**
* \defgroup whb_log_udp UDP Log Output
* \ingroup whb
* @{
*/
#ifdef __cplusplus
extern "C" {
#endif
BOOL
WHBLogUdpInit();
BOOL
WHBLogUdpDeinit();
#ifdef __cplusplus
}
#endif
/** @} */