1 2 3 4 5 6 7
#include "__wud.h" #include <va_list> void WUD_DEBUGPrint(const char* msg, ...) { va_list list; }