More float quad work (issue #285)

This commit is contained in:
Bart van Strien
2011-08-25 14:06:50 +02:00
parent b14ca78109
commit 5c43ba2779
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ namespace opengl
/**
* Creates a Quad object.
**/
Quad * newQuad(int x, int y, int w, int h, int sw, int sh);
Quad * newQuad(float x, float y, float w, float h, float sw, float sh);
/**
* Creates a Font object.