message_box.h 157 Bytes
#ifndef __MESSAGE_BOX__
#define __MESSAGE_BOX__

typedef int (*MsgBoxFunc)(const char* msg, const char* title, int code);

#endif // #ifndef __MESSAGE_BOX__