X-Git-Url: https://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Ffx.h;h=f86ca9de2f8040e34fbfa474aaf4f18ba66bf97a;hp=5d2e4a7d6e44613c3ee2ea729db328001aa1bfa1;hb=563dffaf02ff36da4054f937fcc9f99a072e15bf;hpb=2bb81ea2565c3627c954b5c37326db89b0048472 diff --git a/src/fx.h b/src/fx.h index 5d2e4a7..f86ca9d 100644 --- a/src/fx.h +++ b/src/fx.h @@ -22,21 +22,15 @@ #ifndef FX_H_INLUDED #define FX_H_INLUDED -#include // FILE - #define MAXFX 300 -#pragma pack(1) typedef struct { int x, y, xv, yv; char t, s; } fx_t; -#pragma pack() 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);