update glez.h
This commit is contained in:
parent
f419b10c2d
commit
7ec57cd492
@ -47,7 +47,7 @@ void glez_resize(int width, int height);
|
|||||||
|
|
||||||
/* Helper functions */
|
/* 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 */
|
/* Font-related functions */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user