home *** CD-ROM | disk | FTP | other *** search
/ Phoenix Heaven Sunny 2 / APPARE2.BIN / oh_towns / art2 / src.lzh / ALERT.H < prev    next >
Text File  |  1995-06-17  |  194b  |  5 lines

  1. void dispAlertMessage(char *title, char *msg);
  2. void dispBigAlertMessage(char *title, char *msg);
  3. int dispCheckMessage(char *title, char *msg, char *okmsg);
  4. void alert_noMemory(char *title);
  5.