Enable compile time specification of data and locale directories and prefs file
[neverball] / share / binary.h
index 966f8e7..775d7ff 100644 (file)
@@ -9,12 +9,10 @@
 void put_float(FILE *, const float *);
 void put_index(FILE *, const int   *);
 void put_array(FILE *, const float *, size_t);
-void put_string(FILE *, char *);
 
 void get_float(FILE *, float *);
 void get_index(FILE *, int   *);
 void get_array(FILE *, float *, size_t);
-void get_string(FILE *, char *, int);
 
 /*---------------------------------------------------------------------------*/