Load SGX SymbOS graphics

This commit is contained in:
Thomas Bernard
2020-12-20 02:47:36 +01:00
parent 951f58445c
commit 713fd9ff71
5 changed files with 231 additions and 1 deletions

View File

@@ -148,6 +148,10 @@ void Test_GOS(T_IO_Context *, FILE *);
void Load_GOS(T_IO_Context *);
void Save_GOS(T_IO_Context *);
// -- SGX (SymbOS)
void Test_SGX(T_IO_Context *, FILE *);
void Load_SGX(T_IO_Context *);
// -- XPM (X PixMap)
// Loading is done through SDL_Image
void Save_XPM(T_IO_Context*);