MCPcopy Create free account
hub / github.com/Norbyte/bg3se / InitStaticSymbols

Function InitStaticSymbols

BG3Extender/GameDefinitions/GameHelpers.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 StaticSymbols* gStaticSymbols{ nullptr };
58
59 void InitStaticSymbols()
60 {
61 gStaticSymbols = new StaticSymbols();
62 gCoreLibPlatformInterface.StaticSymbols = gStaticSymbols;
63 }
64
65 void StaticSymbols::CanonicalizePath(STDString & path) const
66 {

Callers 1

InitializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected