Update LÖVE to changeset 7cb21c8bdd64 (pre 0.10.0)

This commit is contained in:
fysx
2015-12-01 23:07:34 +01:00
parent 7e877716d6
commit 686e1d5f3e
196 changed files with 820 additions and 64699 deletions
@@ -351,7 +351,7 @@ public:
* @param x Point along x-axis.
* @param y Point along y-axis.
**/
void point(float x, float y);
void points(const float *coords, const uint8 *colors, size_t numpoints);
/**
* Draws a series of lines connecting the given vertices.