Add missing lovr.filesystem.unmount function;

This commit is contained in:
bjorn 2018-09-27 11:18:37 -07:00 committed by Bjorn Swenson
parent eb40c1980b
commit 238af0064f
1 changed files with 1 additions and 0 deletions

View File

@ -349,6 +349,7 @@ static const luaL_Reg lovrFilesystem[] = {
{ "remove", l_lovrFilesystemRemove },
{ "setRequirePath", l_lovrFilesystemSetRequirePath },
{ "setIdentity", l_lovrFilesystemSetIdentity },
{ "unmount", l_lovrFilesystemUnmount },
{ "write", l_lovrFilesystemWrite },
{ NULL, NULL }
};