X-Git-Url: https://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Fview.h;h=d2fd96ea603d370e6580f2feb87fe33707382158;hp=6b70fdd1dce3f9a9cf8c56f614bda1a70b24b0d6;hb=efb17348438f10c929e2e9807013969f71802661;hpb=90e960736c16dc6d5031f55a7d8b0cccc6453a37 diff --git a/src/view.h b/src/view.h index 6b70fdd..d2fd96e 100644 --- a/src/view.h +++ b/src/view.h @@ -59,17 +59,12 @@ typedef struct { char t; } wall_t; -extern byte w_horiz; 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 */