Difference for main/custom.h from version 1.1 to 1.2


version 1.1 version 1.2
Line 13
 
Line 13
 int read_int(CFILE *f);  int read_int(CFILE *f);
 short read_short(CFILE *f);  short read_short(CFILE *f);
 fix read_fix(CFILE *f);  fix read_fix(CFILE *f);
 byte read_byte(CFILE *f);  sbyte read_byte(CFILE *f);
   
 void load_custom_data(char *level_file);  void load_custom_data(char *level_file);
   

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2