diff options
Diffstat (limited to 'Src/replicant/nx/win/nxlog.h')
-rw-r--r-- | Src/replicant/nx/win/nxlog.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Src/replicant/nx/win/nxlog.h b/Src/replicant/nx/win/nxlog.h new file mode 100644 index 00000000..9e3a41ad --- /dev/null +++ b/Src/replicant/nx/win/nxlog.h @@ -0,0 +1,13 @@ +#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 |