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

25 lines
229 B
C
Raw Normal View History

2018-05-23 12:10:10 +02:00
#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
/** @} */