| 143 | void rend_SetOverlayMap(int handle) { gpu_Overlay_map = handle; } |
| 144 | |
| 145 | void rend_SetOverlayType(uint8_t type) { gpu_Overlay_type = type; } |
| 146 | |
| 147 | |
| 148 | void rend_FillCircle(ddgr_color col, int x, int y, int rad) {} |
no outgoing calls
no test coverage detected