src/fios.cpp
changeset 8151 4cefeef74c28
parent 8131 160939e24ed3
child 8214 971f861d5543
equal deleted inserted replaced
8150:7c4a5e8d94ff 8151:4cefeef74c28
    27 /* Variables to display file lists */
    27 /* Variables to display file lists */
    28 int _fios_num;
    28 int _fios_num;
    29 
    29 
    30 static char *_fios_path;
    30 static char *_fios_path;
    31 static FiosItem *_fios_items;
    31 static FiosItem *_fios_items;
       
    32 SmallFiosItem _file_to_saveload;
    32 static int _fios_count, _fios_alloc;
    33 static int _fios_count, _fios_alloc;
    33 
    34 
    34 /* OS-specific functions are taken from their respective files (win32/unix/os2 .c) */
    35 /* OS-specific functions are taken from their respective files (win32/unix/os2 .c) */
    35 extern bool FiosIsRoot(const char *path);
    36 extern bool FiosIsRoot(const char *path);
    36 extern bool FiosIsValidFile(const char *path, const struct dirent *ent, struct stat *sb);
    37 extern bool FiosIsValidFile(const char *path, const struct dirent *ent, struct stat *sb);