move some functions from loadsave.c to loadsavefuncs.c

This commit is contained in:
Thomas Bernard
2019-11-09 02:35:32 +01:00
parent 90e5a61d0f
commit d5953ad51a
13 changed files with 483 additions and 437 deletions

View File

@@ -47,8 +47,6 @@ void Wait_end_of_click(void);
void Set_color(byte color, byte red, byte green, byte blue);
const T_Components * Get_current_palette(void);
void Set_palette(T_Palette palette);
void Palette_256_to_64(T_Palette palette);
void Palette_64_to_256(T_Palette palette);
void Clear_current_image(byte color);
void Clear_current_image_with_stencil(byte color, byte * stencil);
dword Round_div(dword numerator,dword divisor);