home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / RAYCAST.ZIP / QUIT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-12  |  151 b   |  11 lines

  1. #ifndef _QUIT_
  2. #define _QUIT_
  3.  
  4. #define WINNING_GAME 1
  5. #define LOSING_GAME 2
  6. #define DIED_GAME 3
  7.  
  8. void Post_Quit(ULONG game_result);
  9.  
  10. #endif
  11.