Massive change of button callback function prototypes

This commit is contained in:
Thomas Bernard
2018-03-10 00:26:12 +01:00
parent f2d579695c
commit 30f23b93ef
13 changed files with 248 additions and 231 deletions

View File

@@ -24,9 +24,9 @@
//////////////////////////////////////////////////////////////////////////////
/// Open the palette menu and handles everything inside it.
void Button_Palette(void);
void Button_Palette(int);
/// Open the secondary palette menu and handles it.
void Button_Secondary_palette(void);
void Button_Secondary_palette(int);
/// Choose the number of graduations for RGB components, from 2 to 256.
void Set_palette_RGB_scale(int);