Save MSX .SC2 files (without sprite)

This commit is contained in:
Thomas Bernard
2019-12-30 15:06:22 +01:00
parent 7d3cfba955
commit d1b49b5376
3 changed files with 71 additions and 1 deletions

View File

@@ -195,6 +195,7 @@ void Load_GRB(T_IO_Context *);
// -- MSX -------------------------------------------------------------------
void Test_MSX(T_IO_Context *, FILE *);
void Load_MSX(T_IO_Context *);
void Save_MSX(T_IO_Context *);
/// @}
#endif