Difference for main/hudlog.c from version 1.4 to 1.5


version 1.4 version 1.5
Line 1
 
Line 1
 //hudlog.c added 11/01/98 Matthew Mueller - log messages and score grid to files.  //hudlog.c added 11/01/98 Matthew Mueller - log messages and score grid to files.
 #include <time.h>  #include <time.h>
 #include <stdio.h>  #include <stdio.h>
   #include <string.h>
 #ifndef _MSC_VER  #ifndef _MSC_VER
 #include <unistd.h>  #include <unistd.h>
 #else  #else

Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5