X-Git-Url: https://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Fweapons.h;h=62b2a345e09a52a900176ee593eda4b94148b8c6;hp=fc4f7a3cec3603640374181b7bc4695a8d9fef24;hb=563dffaf02ff36da4054f937fcc9f99a072e15bf;hpb=2b481ae25adcf3bebf37be182eafc8bfa0acb4c1 diff --git a/src/weapons.h b/src/weapons.h index fc4f7a3..62b2a34 100644 --- a/src/weapons.h +++ b/src/weapons.h @@ -22,8 +22,6 @@ #ifndef WEAPONS_H_INLUDED #define WEAPONS_H_INLUDED -#include // FILE - #define MAXWPN 300 typedef struct { @@ -35,8 +33,6 @@ typedef struct { extern weapon_t wp[MAXWPN]; -void WP_savegame (FILE *h); -void WP_loadgame (FILE *h); void WP_alloc (void); void WP_init (void); void WP_act (void);