MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / NFD_GetError

Function NFD_GetError

extern/nfd/nfd_win.cpp:289–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287} // namespace
288
289const char* NFD_GetError(void) {
290 return g_errorstr;
291}
292
293void NFD_ClearError(void) {
294 NFDi_SetError(nullptr);

Callers 3

GetErrorFunction · 0.50
openFileDialogMethod · 0.50
saveFileDialogMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected