mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-15 11:25:27 +00:00
14 lines
184 B
C
14 lines
184 B
C
#pragma once
|
|
#include "foundation/types.h"
|
|
#include "nx/nxapi.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
NX_API void NXLog(int priority, char *fmt, ...);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|