variables.h
changeset 983 4765bf636f6b
parent 930 ab42e283749d
child 988 4304525d1b8b
equal deleted inserted replaced
982:d3ce4d6a65f8 983:4765bf636f6b
   338 VARDEF int _num_screenshot_formats, _cur_screenshot_format;
   338 VARDEF int _num_screenshot_formats, _cur_screenshot_format;
   339 
   339 
   340 VARDEF char _savegame_format[8];
   340 VARDEF char _savegame_format[8];
   341 
   341 
   342 VARDEF char *_config_file;
   342 VARDEF char *_config_file;
       
   343 VARDEF char *_highscore_file;
   343 VARDEF char *_log_file;
   344 VARDEF char *_log_file;
   344 VARDEF FILE *_log_file_fd;
   345 VARDEF FILE *_log_file_fd;
   345 
   346 
   346 // NOSAVE: These can be recalculated from InitializeLandscapeVariables
   347 // NOSAVE: These can be recalculated from InitializeLandscapeVariables
   347 typedef struct {
   348 typedef struct {