| 1208 | |
| 1209 | static void PlayerMappingWindowLeftClick(void * ptr) { PlayerMappingWindowUpdate(ptr, -1); } |
| 1210 | static void PlayerMappingWindowRightClick(void * ptr) { PlayerMappingWindowUpdate(ptr, +1); } |
| 1211 | |
| 1212 | static void PlayerMappingWindow(int chan) |
| 1213 | { |
nothing calls this directly
no test coverage detected