X-Git-Url: https://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Fview.h;h=d2fd96ea603d370e6580f2feb87fe33707382158;hp=200bf020fde8afe762f4a5f4e061f1ab97c480dd;hb=efb17348438f10c929e2e9807013969f71802661;hpb=9f3ca6bf02300e3dc72e3c2085a8e35aa9242678 diff --git a/src/view.h b/src/view.h index 200bf02..d2fd96e 100644 --- a/src/view.h +++ b/src/view.h @@ -61,14 +61,10 @@ typedef struct { extern int sky_type; extern dword walf[256]; -extern byte walswp[256]; extern byte fldb[FLDH][FLDW]; extern byte fldf[FLDH][FLDW]; extern byte fld[FLDH][FLDW]; -void W_savegame (FILE *h); -void W_loadgame (FILE *h); void W_init (void); -int W_load (FILE *h); #endif /* VIEW_H_INCLUDED */