File:  [RetroPC.NET] / np2 / macosx / dialog / macalert.h
Revision 1.1: download - view: text, annotated - select for diffs
Sat Nov 1 01:55:06 2003 JST (22 years ago) by tk800
Branches: MAIN
CVS tags: HEAD
Add Alert

/*
 *  macalert.h
 *  np2
 *
 *  Created by tk800 on Fri Oct 31 2003.
 *
 */


#ifdef __cplusplus
extern "C" {
#endif

void ResumeErrorDialogProc(void);
int ResumeWarningDialogProc(const char *string);
bool ResetWarningDialogProc(void);

#ifdef __cplusplus
}
#endif

RetroPC.NET-CVS <cvs@retropc.net>