MCPcopy Create free account
hub / github.com/carbonengine/trinity / StartDLL

Function StartDLL

trinity/trinity.cpp:280–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280static void StartDLL()
281{
282 CCP_LOG( "Trinity (%s) module starting", CCP_STRINGIZE( TRINITYNAME ) );
283 BeClasses->RegisterClasses( BlueRegistration::GetClassRegs() );
284
285 InitializeTrinity();
286}
287
288#if BLUE_WITH_PYTHON
289

Calls 1

InitializeTrinityFunction · 0.85

Tested by

no test coverage detected