Example #1
0
void Paddle::render(TextureManager& textureManager)
{
    textureManager.render(positionX, positionY);
}