MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / RdApplication

Method RdApplication

src/render/rd_app.cpp:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 RdApplication::RdApplication(const AppParams& args) {
72 auto settings = RdSettings::Instance();
73 settings_ = settings;
74
75 // debug
76 // MessageBoxA(0, "", "debug", 0);
77 }
78
79 RdApplication::~RdApplication() {
80 LOGI("RdApplication dtor");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected