Support for saving SymbOS .SGX graphics files

This commit is contained in:
Thomas Bernard
2020-12-21 22:20:57 +01:00
parent 713fd9ff71
commit 9ed89cc860
3 changed files with 127 additions and 1 deletions

View File

@@ -151,6 +151,7 @@ void Save_GOS(T_IO_Context *);
// -- SGX (SymbOS)
void Test_SGX(T_IO_Context *, FILE *);
void Load_SGX(T_IO_Context *);
void Save_SGX(T_IO_Context *);
// -- XPM (X PixMap)
// Loading is done through SDL_Image