diff options
Diffstat (limited to 'games/phantasia/phantglobs.h')
-rw-r--r-- | games/phantasia/phantglobs.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/phantasia/phantglobs.h b/games/phantasia/phantglobs.h index 63288f0445b..7b0fc5a0472 100644 --- a/games/phantasia/phantglobs.h +++ b/games/phantasia/phantglobs.h @@ -1,10 +1,14 @@ -/* $OpenBSD: phantglobs.h,v 1.6 2003/05/12 07:43:27 pjanzen Exp $ */ +/* $OpenBSD: phantglobs.h,v 1.7 2016/01/06 14:28:09 mestre Exp $ */ /* $NetBSD: phantglobs.h,v 1.3 1995/04/24 12:24:39 cgd Exp $ */ /* * phantglobs.h - global declarations for Phantasia */ +#include <stdio.h> + +#include "phantstruct.h" + extern double Circle; /* which circle player is in */ extern double Shield; /* force field thrown up in monster battle */ @@ -26,9 +30,6 @@ extern int Lines; /* line on screen counter for fight routines */ extern char Ch_Erase; /* backspace key */ extern char Ch_Kill; /* linekill key */ -extern jmp_buf Fightenv; /* used to jump into fight routine */ -extern jmp_buf Timeoenv; /* used for timing out waiting for input */ - extern long Fileloc; /* location in file of player statistics */ extern const char *Login; /* pointer to login of current player */ |