MCPcopy Create free account
hub / github.com/Norbyte/ositools / OsirisWrappers

Method OsirisWrappers

OsiInterface/OsirisWrappers.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39OsirisWrappers::OsirisWrappers()
40{
41 using namespace std::placeholders;
42 RegisterDivFunctions.AddPreHook(std::bind(&OsirisWrappers::RegisterDIVFunctionsPreHook, this, _1, _2));
43}
44
45void OsirisWrappers::RegisterDIVFunctionsPreHook(void * Osiris, DivFunctions * Functions)
46{

Callers

nothing calls this directly

Calls 1

AddPreHookMethod · 0.80

Tested by

no test coverage detected