src/fios.h
changeset 9442 d1c57fd30012
parent 9441 6f3d3595b42c
child 9555 68e7c84b2d19
equal deleted inserted replaced
9441:6f3d3595b42c 9442:d1c57fd30012
   103 StringID FiosGetDescText(const char **path, uint32 *total_free);
   103 StringID FiosGetDescText(const char **path, uint32 *total_free);
   104 /* Delete a name */
   104 /* Delete a name */
   105 bool FiosDelete(const char *name);
   105 bool FiosDelete(const char *name);
   106 /* Make a filename from a name */
   106 /* Make a filename from a name */
   107 void FiosMakeSavegameName(char *buf, const char *name, size_t size);
   107 void FiosMakeSavegameName(char *buf, const char *name, size_t size);
   108 /* Allocate a new FiosItem */
       
   109 FiosItem *FiosAlloc();
       
   110 
   108 
   111 int CDECL compare_FiosItems(const void *a, const void *b);
   109 int CDECL compare_FiosItems(const void *a, const void *b);
   112 
   110 
   113 /* Implementation of opendir/readdir/closedir for Windows */
   111 /* Implementation of opendir/readdir/closedir for Windows */
   114 #if defined(WIN32)
   112 #if defined(WIN32)