mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Added love.filesystem.append (issue #541)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user