MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / hxFreeLibrary

Function hxFreeLibrary

src/hx/Lib.cpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37typedef void *Module;
38Module hxLoadLibrary(const String &) { return 0; }
39void hxFreeLibrary(Module) { }
40
41#elif defined _WIN32
42

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected