home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C++ / Applications / PICSee Dust 1.01 / Tertiary Source / SimpleError.h < prev   
Encoding:
C/C++ Source or Header  |  1995-11-04  |  175 b   |  10 lines  |  [TEXT/CWIE]

  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4.  
  5. short SimpleError(short alertID, short strID, short strIndex);
  6. short SimpleMsg(short alertID, Str255 msg);
  7.  
  8. #ifdef __cplusplus
  9. }
  10. #endif