Added love.graphics.drawf.

This commit is contained in:
rude
2009-07-26 23:30:46 +02:00
parent 410dfc0627
commit 57aea1cd51
3 changed files with 31 additions and 2 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ namespace opengl
* @copydetails Image::draws()
* @param frame Represents the region of the Image to draw.
**/
void draws(float x, float y, float angle, float sx, float sy, float ox, float oy, Frame * frame) const;
void drawf(float x, float y, float angle, float sx, float sy, float ox, float oy, Frame * frame) const;
/**
* Sets the filter mode.