loadsave.c: function Remove_file()

This commit is contained in:
Thomas Bernard
2018-02-16 11:02:28 +01:00
parent 3ed5dc5786
commit 3a0e187d73
2 changed files with 12 additions and 0 deletions

View File

@@ -267,4 +267,6 @@ FILE * Open_file_write(T_IO_Context *context);
/// For use by Load_XXX() and Test_XXX() functions
FILE * Open_file_read(T_IO_Context *context);
/// For use by Save_XXX() functions
void Remove_file(T_IO_Context *context);
#endif