* Retrieves a pointer to the application singleton object. * * @returns The application object. */
| 162 | * @returns The application object. |
| 163 | */ |
| 164 | Application::Ptr Application::GetInstance() |
| 165 | { |
| 166 | return m_Instance; |
| 167 | } |
| 168 | |
| 169 | void Application::SetResourceLimits() |
| 170 | { |
nothing calls this directly
no outgoing calls
no test coverage detected