#ifndef _UTILS_INC #define _UTILS_INC void ShowError(char *fmt, ...); void ShowWarning(char *fmt, ...); void ShowInfo(char *fmt, ...); void WMPPause(); #endif