| 728 | |
| 729 | static int GrO_GetViewDist(void) { return Game_ViewDistance; } |
| 730 | static void GrO_SetViewDist(int v) { Game_UserSetViewDistance(v); } |
| 731 | |
| 732 | static cc_bool GrO_GetSmooth(void) { return Builder_SmoothLighting; } |
| 733 | static void GrO_SetSmooth(cc_bool v) { |
nothing calls this directly
no test coverage detected