Implement "save palette" button
* Actually a shortcut to "save picture" with preset PAL format and different window title. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2110 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#define __BOUTONS_H_
|
||||
|
||||
#include "struct.h"
|
||||
#include "loadsave.h"
|
||||
|
||||
void Stencil_update_color(byte color);
|
||||
void Stencil_tag_color(byte color, byte tag_color);
|
||||
@@ -654,7 +655,7 @@ void Load_picture(byte image);
|
||||
/*!
|
||||
Save picture to file.
|
||||
*/
|
||||
void Save_picture(byte image);
|
||||
void Save_picture(enum CONTEXT_TYPE type);
|
||||
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user