| 474 | /////////////////////////////////////////// |
| 475 | |
| 476 | void ui_hspace(float horizontal_space) { |
| 477 | skui_layouts.last().offset.x -= horizontal_space; |
| 478 | } |
| 479 | |
| 480 | /////////////////////////////////////////// |
| 481 |
no outgoing calls
no test coverage detected