[Fix] Typo in constructor.

This commit is contained in:
Allanis 2013-02-28 23:59:52 +00:00
parent 61e822b995
commit da6b8fa786

View File

@ -13,7 +13,7 @@ void window_addButton(const unsigned int wid, const int x, const int y,
void(*call)(char*));
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);
void window_addImage(const unsigned int wid, const int x, const int y,