X-Git-Url: https://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Fview.h;h=a88e0f69b60caebe91f87476c41768762d5bc942;hp=200bf020fde8afe762f4a5f4e061f1ab97c480dd;hb=563dffaf02ff36da4054f937fcc9f99a072e15bf;hpb=9f3ca6bf02300e3dc72e3c2085a8e35aa9242678 diff --git a/src/view.h b/src/view.h index 200bf02..a88e0f6 100644 --- a/src/view.h +++ b/src/view.h @@ -61,13 +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);