DEADSOFTWARE

map: move map loading to separate file
[flatwaifu.git] / src / items.h
index 011188ad0db51662efb6cfecf88157ff6b2a9228..bebb46deba69132b05a024d6cb75a2d2d3de426e 100644 (file)
@@ -44,7 +44,6 @@ extern int itm_rtime;
 
 void IT_alloc (void);
 void IT_init (void);
-int IT_load (FILE *h);
 void IT_act (void);
 void IT_spawn (int x, int y, int t);
 void IT_drop_ammo (int t, int n, int x, int y);