]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - phantasia/phantglobs.h
Add Warp Kit, Version 7.0 by Larry Wall
[bsdgames-darwin.git] / phantasia / phantglobs.h
index 46e16e58ba9932b17281f1274cada3241d850255..b151a4d8f1e0dafd75ec7b1e8e094b77ce3a8478 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: phantglobs.h,v 1.8 2001/02/05 01:01:27 christos Exp $  */
+/*     $NetBSD: phantglobs.h,v 1.11 2009/08/12 08:21:41 dholland Exp $ */
 
 /*
  * phantglobs.h - global declarations for Phantasia
@@ -60,71 +60,46 @@ extern const        char    Nobetter[];
 
 /* functions which we need to know about */
 
-const char     *descrlocation __P((struct player *, bool));
-const char     *descrstatus __P((struct player *));
-const char     *descrtype __P((struct player *, bool));
-void   activelist __P((void));
-void   adjuststats __P((void));
-long   allocrecord __P((void));
-long   allocvoid __P((void));
-void   allstatslist __P((void));
-void   altercoordinates __P((double, double, int));
-void   awardtreasure __P((void));
-void   battleplayer __P((long));
-void   callmonster __P((int));
-void   cancelmonster __P((void));
-void   catchalarm __P((int)) __attribute__((__noreturn__));
-void   changestats __P((bool));
-void   checkbattle __P((void));
-void   checktampered __P((void));
-void   cleanup __P((int));
-void   collecttaxes __P((double, double));
-void   cursedtreasure __P((void));
-void   death __P((const char *));
-void   displaystats __P((void));
-double distance __P((double, double, double, double));
-void   dotampered __P((void));
-double drandom __P((void));
-void   encounter __P((int));
-void   enterscore __P((void));
-void   error __P((const char *));
-double explevel __P((double));
-long   findname __P((const char *, struct player *));
-void   freerecord __P((struct player *, long));
-void   genchar __P((int));
-int    getanswer __P((const char *, bool));
-void   getstring __P((char *, int));
-void   hitmonster __P((double));
-void   ill_sig __P((int));
-double infloat __P((void));
-void   initialstate __P((void));
-void   initplayer __P((struct player *));
-int    inputoption __P((void));
-void   interrupt __P((void));
-void   leavegame __P((void));
-void   monsthits __P((void));
-void   monstlist __P((void));
-void   more __P((int));
-void   movelevel __P((void));
-void   myturn __P((void));
-void   neatstuff __P((void));
-int    pickmonster __P((void));
-void   playerhits __P((void));
-void   playinit __P((void));
-void   procmain __P((void));
-void   purgeoldplayers __P((void));
-void   readmessage __P((void));
-void   readrecord __P((struct player *, long));
-long   recallplayer __P((void));
-long   rollnewplayer __P((void));
-void   scorelist __P((void));
-void   scramblestats __P((void));
-void   tampered __P((int, double, double));
-void   throneroom __P((void));
-void   throwspell __P((void));
-void   titlelist __P((void));
-void   tradingpost __P((void));
-void   truncstring __P((char *));
-void   userlist __P((bool));
-void   writerecord __P((struct player *, long));
-void   writevoid __P((struct energyvoid *, long));
+const char     *descrlocation(struct player *, bool);
+const char     *descrstatus(struct player *);
+const char     *descrtype(struct player *, bool);
+void   activelist(void);
+void   adjuststats(void);
+long   allocrecord(void);
+void   allstatslist(void);
+void   altercoordinates(double, double, int);
+void   changestats(bool);
+void   checkbattle(void);
+void   checktampered(void);
+void   cleanup(int);
+void   collecttaxes(double, double);
+void   death(const char *);
+void   displaystats(void);
+double distance(double, double, double, double);
+void   dotampered(void);
+double drandom(void);
+void   encounter(int);
+void   enterscore(void);
+void   error(const char *);
+long   findname(const char *, struct player *);
+void   freerecord(struct player *, long);
+int    getanswer(const char *, bool);
+void   getstring(char *, int);
+void   ill_sig(int);
+double infloat(void);
+void   initplayer(struct player *);
+int    inputoption(void);
+void   interrupt(void);
+void   leavegame(void);
+void   monstlist(void);
+void   more(int);
+void   purgeoldplayers(void);
+void   readmessage(void);
+void   readrecord(struct player *, long);
+void   scorelist(void);
+void   throneroom(void);
+void   tradingpost(void);
+void   truncstring(char *);
+void   userlist(bool);
+void   writerecord(struct player *, long);
+void   writevoid(struct energyvoid *, long);