mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Renamed Frame to Quad; added drawq/addq; fixed some bugs.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include "Image.h"
|
||||
#include "TrueTypeFont.h"
|
||||
#include "ImageFont.h"
|
||||
#include "Frame.h"
|
||||
#include "Quad.h"
|
||||
#include "SpriteBatch.h"
|
||||
|
||||
namespace love
|
||||
@@ -239,7 +239,7 @@ namespace opengl
|
||||
/**
|
||||
* Creates a Frame
|
||||
**/
|
||||
Frame * newFrame(int x, int y, int w, int h, int sw, int sh);
|
||||
Quad * newQuad(int x, int y, int w, int h, int sw, int sh);
|
||||
|
||||
/**
|
||||
* Creates a Font object.
|
||||
|
||||
Reference in New Issue
Block a user