Added love.filesystem.append (issue #541)

This commit is contained in:
Alex Szpakowski
2013-03-17 03:40:13 -03:00
parent 96229bcb5d
commit 129ae0f4eb
4 changed files with 38 additions and 4 deletions
@@ -57,6 +57,7 @@ int w_open(lua_State *L);
int w_close(lua_State *L);
int w_read(lua_State *L);
int w_write(lua_State *L);
int w_append(lua_State *L);
int w_eof(lua_State *L);
int w_tell(lua_State *L);
int w_seek(lua_State *L);