[Fix] Typo in constructor.
This commit is contained in:
parent
61e822b995
commit
da6b8fa786
@ -13,7 +13,7 @@ void window_addButton(const unsigned int wid, const int x, const int y,
|
|||||||
void(*call)(char*));
|
void(*call)(char*));
|
||||||
|
|
||||||
void window_addText(const unsigned int wid, const int x, const int y,
|
void window_addText(const unsigned int wid, const int x, const int y,
|
||||||
const int w, const int h, const int cenetered, char* name,
|
const int w, const int h, const int centered, char* name,
|
||||||
glFont* font, glColour* colour, char* string);
|
glFont* font, glColour* colour, char* string);
|
||||||
|
|
||||||
void window_addImage(const unsigned int wid, const int x, const int y,
|
void window_addImage(const unsigned int wid, const int x, const int y,
|
||||||
|
Loading…
Reference in New Issue
Block a user