update glez.h

This commit is contained in:
nullifiedcat 2017-12-07 20:02:44 +03:00
parent f419b10c2d
commit 7ec57cd492

View File

@ -47,7 +47,7 @@ void glez_resize(int width, int height);
/* Helper functions */
glez_rgba_t glez_rgba(int r, int g, int b, int a);
glez_rgba_t glez_rgba(unsigned char r, unsigned char g, unsigned char b, unsigned char a);
/* Font-related functions */