Example #1
0
void GameRoom::Destroy(Component &toDestroy, GLfloat after)
{
	toDestroy.Destroy(after);
}