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

Function NFDi_SetError

extern/nfd/nfd_win.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36const char* g_errorstr = nullptr;
37
38void NFDi_SetError(const char* msg) {
39 g_errorstr = msg;
40}
41
42template <typename T = void>
43T* NFDi_Malloc(size_t bytes) {

Callers 15

NFDi_MallocFunction · 0.70
AddFiltersToDialogFunction · 0.70
SetDefaultExtensionFunction · 0.70
SetDefaultPathFunction · 0.70
SetDefaultNameFunction · 0.70
AddOptionsFunction · 0.70
NFD_ClearErrorFunction · 0.70
NFD_InitFunction · 0.70
NFD_OpenDialogNFunction · 0.70
NFD_OpenDialogMultipleNFunction · 0.70
NFD_SaveDialogNFunction · 0.70
NFD_PickFolderNFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected