equal
deleted
inserted
replaced
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 |