hal.h
changeset 222 b88456001397
parent 193 0a7025304867
child 223 0e5cc5a65df6
equal deleted inserted replaced
221:124a804562a5 222:b88456001397
   133 // Browse to. Returns a filename w/path if we reached a file.
   133 // Browse to. Returns a filename w/path if we reached a file.
   134 char *FiosBrowseTo(const FiosItem *item);
   134 char *FiosBrowseTo(const FiosItem *item);
   135 // Get descriptive texts.
   135 // Get descriptive texts.
   136 // Returns a path as well as a
   136 // Returns a path as well as a
   137 //  string describing the path.
   137 //  string describing the path.
   138 StringID FiosGetDescText(char **path);
   138 StringID FiosGetDescText(const char **path);
   139 // Delete a name
   139 // Delete a name
   140 void FiosDelete(const char *name);
   140 void FiosDelete(const char *name);
   141 // Make a filename from a name
   141 // Make a filename from a name
   142 void FiosMakeSavegameName(char *buf, const char *name);
   142 void FiosMakeSavegameName(char *buf, const char *name);
   143 
   143