DEADSOFTWARE

save: move save code to separated file
[flatwaifu.git] / src / weapons.h
index fc4f7a3cec3603640374181b7bc4695a8d9fef24..62b2a345e09a52a900176ee593eda4b94148b8c6 100644 (file)
@@ -22,8 +22,6 @@
 #ifndef WEAPONS_H_INLUDED
 #define WEAPONS_H_INLUDED
 
-#include <stdio.h> // 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);