MCPcopy Create free account
hub / github.com/WheretIB/nullc / nullcInitMapModule

Function nullcInitMapModule

NULLC/includes/map.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#define REGISTER_FUNC(funcPtr, name, index) if(!nullcBindModuleFunction("std.map", (void(*)())NULLCMap::funcPtr, name, index)) return false;
10bool nullcInitMapModule()
11{
12
13 return true;
14}

Callers 2

WinMainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected