]> git.stg.codes - stg.git/blob - rlm_stg/radlog.h
Port to CMake, get rid of os_int.h.
[stg.git] / rlm_stg / radlog.h
1 #ifndef __STG_RADLOG_H__
2 #define __STG_RADLOG_H__
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 void RadLog(const char* format, ...);
9
10 #ifdef __cplusplus
11 }
12 #endif
13
14 #endif