MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / w_close_script

Function w_close_script

ogsr_engine/xrGame/fs_registrator_script.cpp:141–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139void r_close_script(CLocatorAPI* fs, IReader* S) { fs->r_close(S); }
140
141void w_close_script(CLocatorAPI* fs, IWriter* S) { fs->w_close(S); }
142
143FS_file_list_ex file_list_open_ex(CLocatorAPI* fs, LPCSTR path, u32 flags, LPCSTR mask) { return FS_file_list_ex(path, flags, mask); }
144

Callers

nothing calls this directly

Calls 1

w_closeMethod · 0.80

Tested by

no test coverage detected