#ifndef _REVOLUTION_WUD_DEBUG_MSG_H_ #define _REVOLUTION_WUD_DEBUG_MSG_H_ #ifdef __cplusplus extern "C" { #endif void WUD_DEBUGPrint(const char*, ...); #ifdef __cplusplus } #endif #endif /* _REVOLUTION_WUD_DEBUG_MSG_H_ */