X-Git-Url: https://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Ffx.h;h=f86ca9de2f8040e34fbfa474aaf4f18ba66bf97a;hp=2ec7ff468a0ad15a93341f03dba25063b093980b;hb=563dffaf02ff36da4054f937fcc9f99a072e15bf;hpb=2b481ae25adcf3bebf37be182eafc8bfa0acb4c1 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);