X-Git-Url: https://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Fgame.h;h=adbc7574a2c3dce2613fe6f2b38b50280ce718e0;hp=03aff95032fd3bea718a57dc2cef0b16a2b3281b;hb=efb17348438f10c929e2e9807013969f71802661;hpb=9e7ef91e1f6a1eb4c65ba52535d92eac3922f20e diff --git a/src/game.h b/src/game.h index 03aff95..adbc757 100644 --- a/src/game.h +++ b/src/game.h @@ -4,7 +4,6 @@ #include "glob.h" #include "view.h" // pos_t #include "player.h" // player_t -#include // FILE extern byte transdraw; extern byte _2pl; @@ -27,9 +26,6 @@ extern int lt_ypos; extern int g_trans; -void G_savegame (FILE* h); -void G_loadgame (FILE* h); -int G_load (FILE *h); void load_game (int n); void G_start (void); void G_init (void);