Added working SpriteBatch.

This commit is contained in:
rude
2009-07-27 02:10:51 +02:00
parent 76e59f37d0
commit 4f32377efa
9 changed files with 380 additions and 11 deletions
+2 -1
View File
@@ -37,6 +37,7 @@
#include "TrueTypeFont.h"
#include "ImageFont.h"
#include "Frame.h"
#include "SpriteBatch.h"
namespace love
{
@@ -250,7 +251,7 @@ namespace opengl
**/
Font * newImageFont(Image * image, const char * glyphs, float spacing = 1);
//SpriteBatch * newSpriteBatch(Image * image, int size, int usage);
SpriteBatch * newSpriteBatch(Image * image, int size, int usage);
/**
* Sets the foreground color.