| 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"); |
nothing calls this directly
no outgoing calls
no test coverage detected