X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Ffx.h;h=f86ca9de2f8040e34fbfa474aaf4f18ba66bf97a;hb=99e9995ba077aa90b20b47d528ccd3ff27949652;hp=2ec7ff468a0ad15a93341f03dba25063b093980b;hpb=90e960736c16dc6d5031f55a7d8b0cccc6453a37;p=flatwaifu.git diff --git a/src/fx.h b/src/fx.h index 2ec7ff4..f86ca9d 100644 --- a/src/fx.h +++ b/src/fx.h @@ -22,8 +22,6 @@ #ifndef FX_H_INLUDED #define FX_H_INLUDED -#include // FILE - #define MAXFX 300 typedef struct { @@ -33,8 +31,6 @@ typedef struct { extern fx_t fx[MAXFX]; -void FX_savegame (FILE *h); -void FX_loadgame (FILE *h); void FX_alloc (void); void FX_init (void); void FX_act (void);