| 2943 | } |
| 2944 | |
| 2945 | void lf_set_ptr_x(float x) { |
| 2946 | state.pos_ptr.x = x + state.current_div.aabb.pos.x; |
| 2947 | } |
| 2948 | |
| 2949 | void lf_set_ptr_y(float y) { |
| 2950 | state.pos_ptr.y = y + state.current_div.aabb.pos.y; |
nothing calls this directly
no outgoing calls
no test coverage detected