Almost completely separate coins and items in share/geom.c. Items still
[neverball] / share / binary.h
index a0c32b1..775d7ff 100644 (file)
@@ -14,9 +14,6 @@ void get_float(FILE *, float *);
 void get_index(FILE *, int   *);
 void get_array(FILE *, float *, size_t);
 
-/*needed for old-style replay compatability*/
-void get_short(FILE *, short *);
-
 /*---------------------------------------------------------------------------*/
 
 #endif