improve comments

This commit is contained in:
Thomas Bernard
2018-01-25 22:54:04 +01:00
parent 4ffa389a90
commit d44968f063
2 changed files with 9 additions and 2 deletions

View File

@@ -109,8 +109,12 @@ void Get_color_behind_window(byte * color, byte * click);
short Window_clicked_button(void);
int Button_under_mouse(void);
short Window_get_clicked_button(void);
/// Remaps all the colors from the window background buffers from row Min_Y to row Max_Y
void Remap_window_backgrounds(const byte * conversion_table, int Min_Y, int Max_Y);
/// Remaps only UI elements (Windows + Menu) in all window background buffers
void Remap_UI_window_backgrounds(const byte * conversion_table);
void Pixel_background(int x_pos, int y_pos, byte color);
///
/// Updates the status bar line with a color number.