Fix: Palette

This commit is contained in:
PedroEdiaz
2024-10-24 12:21:14 -06:00
parent 3e27f0d165
commit 3fa4eed366
2 changed files with 8 additions and 25 deletions

View File

@@ -142,6 +142,6 @@ void destroy_texture(id_t texture);
colors: array of color values (rgba in hex ).
n: number of color on colors.
*/
id_t create_palette_texture(const unsigned char * colors, unsigned char n );
id_t create_palette_texture(const unsigned char colors[][4], unsigned char n );
quat_t poll_input(window_t window);