Apply patch for issue #219

This commit is contained in:
José Romero
2011-04-27 16:35:14 +02:00
parent 316ca607df
commit dc2d87a90f
4 changed files with 21 additions and 1 deletions
@@ -96,6 +96,8 @@ namespace opengl
void * lock();
void unlock();
void setImage(Image * newimage);
// Implements Drawable.
void draw(float x, float y, float angle, float sx, float sy, float ox, float oy) const;