Added SpriteBatch:remove(id)

This commit is contained in:
Alex Szpakowski
2013-02-11 18:27:57 -04:00
parent 842c01b4e5
commit ceb0ee6c7e
7 changed files with 137 additions and 18 deletions
@@ -36,6 +36,7 @@ int w_SpriteBatch_add(lua_State *L);
int w_SpriteBatch_addq(lua_State *L);
int w_SpriteBatch_set(lua_State *L);
int w_SpriteBatch_setq(lua_State *L);
int w_SpriteBatch_remove(lua_State *L);
int w_SpriteBatch_clear(lua_State *L);
int w_SpriteBatch_lock(lua_State *L);
int w_SpriteBatch_unlock(lua_State *L);