79 |
void debug_box (const char * msg, const char * file, int line); |
void debug_box (const char * msg, const char * file, int line); |
80 |
void debug_f (const char * msg, const char * file, int line); |
void debug_f (const char * msg, const char * file, int line); |
81 |
void log_debug (const char * format, ...); |
void log_debug (const char * format, ...); |
82 |
int log_box (const char * title, int style, const char * format, ...); |
int printf_box (const char * title, int style, const char * format, ...); |
83 |
|
#define log_box printf_box |
84 |
|
|
85 |
/*-- wptW32API.cpp --*/ |
/*-- wptW32API.cpp --*/ |
86 |
int msg_box (HWND hwnd, const char * text, const char * title, int mode); |
int msg_box (HWND hwnd, const char * text, const char * title, int mode); |