| 163 | } |
| 164 | |
| 165 | int Window::SetDefaultInstance(HINSTANCE hInst) { |
| 166 | Window::_hDefaultInst = hInst; |
| 167 | return 0; |
| 168 | } |
| 169 | |
| 170 | LRESULT CALLBACK Window::WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { |
| 171 | Window * window = NULL; |
nothing calls this directly
no outgoing calls
no test coverage detected