mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Apply patch for issue #219
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user