| 2939 | } |
| 2940 | |
| 2941 | LfDiv* lf_get_selected_div_ptr() { |
| 2942 | return &state.selected_div; |
| 2943 | } |
| 2944 | |
| 2945 | void lf_set_ptr_x(float x) { |
| 2946 | state.pos_ptr.x = x + state.current_div.aabb.pos.x; |
nothing calls this directly
no outgoing calls
no test coverage detected