home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / gui / precog2_1.lha / Precognition2_1 / src / src.lha / Precognition / SavePrompt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-01  |  147 b   |  10 lines

  1. #ifndef SAVEPROMPT_H
  2. #define SAVEPROMPT_H
  3.  
  4. int do_SavePrompt( void );
  5.  
  6. #define SP_CANCEL    0
  7. #define SP_SAVE      1
  8. #define SP_DONT_SAVE 2
  9.  
  10. #endif