| 950 | // *********************************************************************** |
| 951 | |
| 952 | void DrawSprite(sg_image image, Vec2f position) { |
| 953 | DrawSpriteRect(image, Vec4f(0.0f, 0.0f, 1.0f, 1.0f), position); |
| 954 | } |
| 955 | |
| 956 | // *********************************************************************** |
| 957 |
no test coverage detected