Example #1
0
void Label::Draw(Graphics graphics) const
{
	graphics.Color(255,255,255);
	graphics.Text(text.c_str());
}