X-Git-Url: https://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Fplayer.h;h=056397a50399f491d081b5b959e40bee7bce9989;hp=48c49abd25f7d7b88b53e79b34f9488f8419e6b2;hb=563dffaf02ff36da4054f937fcc9f99a072e15bf;hpb=2b481ae25adcf3bebf37be182eafc8bfa0acb4c1 diff --git a/src/player.h b/src/player.h index 48c49ab..056397a 100644 --- a/src/player.h +++ b/src/player.h @@ -25,7 +25,6 @@ #include "glob.h" #include "view.h" // obj_t -#include // FILE #define PL_DRAWLIFE 1 #define PL_DRAWARMOR 2 @@ -88,8 +87,6 @@ extern byte plr_goanim[]; extern byte plr_dieanim[]; extern byte plr_slopanim[]; -void PL_savegame (FILE *h); -void PL_loadgame (FILE *h); int PL_isdead (player_t *p); void PL_init (void); void PL_alloc (void);