Change Load_picture() prototype to allow loading of palette

the change matches what is done with Save_picture()
This commit is contained in:
Thomas Bernard
2017-12-20 13:48:39 +01:00
parent f3bf217bb6
commit ccf3e6a77f
3 changed files with 24 additions and 16 deletions

View File

@@ -650,7 +650,7 @@ void Button_Toggle_all_toolbars(void);
/*!
Load picture from file.
*/
void Load_picture(byte image);
void Load_picture(enum CONTEXT_TYPE type);
/*!
Save picture to file.