message_box.h 157 Bytes Raw Blame History Permalink 1 2 3 4 5 6 #ifndef __MESSAGE_BOX__ #define __MESSAGE_BOX__ typedef int (*MsgBoxFunc)(const char* msg, const char* title, int code); #endif // #ifndef __MESSAGE_BOX__