From 9cab0d4634ab6cdc180f9ab49939854f3d72bf01 Mon Sep 17 00:00:00 2001 From: quou Date: Tue, 21 Jan 2025 00:16:17 +1100 Subject: arrow drawing function --- debugdraw.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'debugdraw.hpp') diff --git a/debugdraw.hpp b/debugdraw.hpp index e5142dc..0463eb3 100644 --- a/debugdraw.hpp +++ b/debugdraw.hpp @@ -30,6 +30,7 @@ struct Line_Renderer { void begin(int wi, int he); void colour(const v3f& c); void add_line(const v3f& s, const v3f& e); + void add_arrow(const v3f& s, const v3f& e); void add_box(const AABB& b); void flush( const Camera& cam, -- cgit v1.2.3-54-g00ecf