| 1667 | static void ASSetVignetteTint(int* camera_id, const vec3& val) { GetCamera(camera_id)->vignette_tint = val; } |
| 1668 | |
| 1669 | static bool GetSplitscreen() { |
| 1670 | return Engine::Instance()->GetSplitScreen(); |
| 1671 | } |
| 1672 | |
| 1673 | static int GetScreenWidth() { |
| 1674 | return Graphics::Instance()->window_dims[0]; |
nothing calls this directly
no test coverage detected