MCPcopy Create free account
hub / github.com/DavidColson/Polybox / lua_State

Class lua_State

source/virtual_filesystem.h:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Copyright David Colson. All rights reserved.
2
3struct lua_State;
4
5bool VFSPathToRealPath(String vfsPath, String& outRealPath, Arena* pArena);
6void BindFileSystem(lua_State* L);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected