Change Load_picture() prototype to allow loading of palette
the change matches what is done with Save_picture()
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user