| 1 | // Copyright David Colson. All rights reserved. |
| 2 | |
| 3 | struct lua_State; |
| 4 | |
| 5 | bool VFSPathToRealPath(String vfsPath, String& outRealPath, Arena* pArena); |
| 6 | void BindFileSystem(lua_State* L); |
nothing calls this directly
no outgoing calls
no test coverage detected