@@ -134,7 +134,7 @@ class GUI_Surface : public GUI_Object
134134 void Rectangle (Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint32 c);
135135 void RectangleRounded (Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 rad, Uint32 c);
136136 void Box (Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint32 c);
137- void BoxRouded (Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 rad, Uint32 c);
137+ void BoxRounded (Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 rad, Uint32 c);
138138 void Circle (Sint16 x, Sint16 y, Sint16 rad, Uint32 c);
139139 void CircleAA (Sint16 x, Sint16 y, Sint16 rad, Uint32 c);
140140 void CircleFill (Sint16 x, Sint16 y, Sint16 rad, Uint32 c);
@@ -973,7 +973,7 @@ void GUI_SurfaceThickLine(GUI_Surface *surface, Sint16 x1, Sint16 y1, Sint16 x2,
973973void GUI_SurfaceRectangle (GUI_Surface *surface, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint32 c);
974974void GUI_SurfaceRectangleRounded (GUI_Surface *surface, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 rad, Uint32 c);
975975void GUI_SurfaceBox (GUI_Surface *surface, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint32 c);
976- void GUI_SurfaceBoxRouded (GUI_Surface *surface, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 rad, Uint32 c);
976+ void GUI_SurfaceBoxRounded (GUI_Surface *surface, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 rad, Uint32 c);
977977void GUI_SurfaceCircle (GUI_Surface *surface, Sint16 x, Sint16 y, Sint16 rad, Uint32 c);
978978void GUI_SurfaceCircleAA (GUI_Surface *surface, Sint16 x, Sint16 y, Sint16 rad, Uint32 c);
979979void GUI_SurfaceCircleFill (GUI_Surface *surface, Sint16 x, Sint16 y, Sint16 rad, Uint32 c);
0 commit comments