#ifndef __STG_RADLOG_H__ #define __STG_RADLOG_H__ #ifdef __cplusplus extern "C" { #endif void RadLog(const char* format, ...); #ifdef __cplusplus } #endif #endif