MCPcopy Create free account
hub / github.com/OpenVicProject/OpenVic / LoadLocalisation

Method LoadLocalisation

extension/src/LoadLocalisation.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23LoadLocalisation::LoadLocalisation() {
24 ERR_FAIL_COND(singleton != nullptr);
25 singleton = this;
26}
27
28LoadLocalisation::~LoadLocalisation() {
29 ERR_FAIL_COND(singleton != this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected