Added SpriteBatch:setBufferSize (issue #655)

This commit is contained in:
Alex Szpakowski
2013-06-29 00:04:56 -03:00
parent 8fbf43fcc3
commit 3fb78d5458
5 changed files with 77 additions and 7 deletions
@@ -44,6 +44,7 @@ int w_SpriteBatch_getImage(lua_State *L);
int w_SpriteBatch_setColor(lua_State *L);
int w_SpriteBatch_getColor(lua_State *L);
int w_SpriteBatch_getCount(lua_State *L);
int w_SpriteBatch_setBufferSize(lua_State *L);
int w_SpriteBatch_getBufferSize(lua_State *L);
extern "C" int luaopen_spritebatch(lua_State *L);