home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Games / NetHack 3.1.3 / source / src / quest.c < prev    next >
Encoding:
Text File  |  1993-08-01  |  7.2 KB  |  21 lines  |  [TEXT/R*ch]

  1. /*    SCCS Id: @(#)quest.c    3.1    93/03/10    */
  2. /*    Copyright 1991, M. Stephenson          */
  3. /* NetHack may be freely redistributed.  See license for details. */
  4.  
  5. #include "hack.h"
  6.  
  7. #ifdef MULDGN
  8. /*  quest dungeon branch routines. */
  9.  
  10. #include "quest.h"
  11. #include "qtext.h"
  12.  
  13. #define Not_firsttime    (on_level(&u.uz0, &u.uz))
  14. #define Qstat(x)    (quest_status.x)
  15.  
  16. static void NDECL(on_start);
  17. static void NDECL(on_locate);
  18. static void NDECL(on_goal);
  19. static boolean NDECL(not_capable);
  20. static boolean NDECL(not_pure);
  21. static void FDE