#pragma once #include "mathlib.h" struct OrthographicRenderer; void render2DArrow(Vector2 start, Vector2 end, OrthographicRenderer* renderer);