Add SpriteBatch:getImage (issue #321)

This commit is contained in:
Bart van Strien
2012-01-08 13:46:01 +01:00
parent 7c1e1fd0db
commit 1509403ca7
5 changed files with 19 additions and 0 deletions
@@ -39,6 +39,7 @@ namespace opengl
int w_SpriteBatch_lock(lua_State * L);
int w_SpriteBatch_unlock(lua_State * L);
int w_SpriteBatch_setImage(lua_State * L);
int w_SpriteBatch_getImage(lua_State * L);
extern "C" int luaopen_spritebatch(lua_State * L);