| 1334 | } |
| 1335 | |
| 1336 | static void PlayerMappingWindowLeftClick(void * ptr) { PlayerMappingWindowUpdate(ptr, -1); } |
| 1337 | static void PlayerMappingWindowRightClick(void * ptr) { PlayerMappingWindowUpdate(ptr, +1); } |
| 1338 | |
| 1339 | static void PlayerMappingWindow(int chan) |
nothing calls this directly
no test coverage detected