| 117 | std::vector<NeedForSpeed> installedNFS; |
| 118 | |
| 119 | static void glfwError(int id, const char *description) { |
| 120 | LOG(WARNING) << description; |
| 121 | } |
| 122 | |
| 123 | static void window_size_callback(GLFWwindow *window, int width, int height) { |
| 124 | Config::get().resX = width; |
nothing calls this directly
no outgoing calls
no test coverage detected