summaryrefslogtreecommitdiff
path: root/debugdraw.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'debugdraw.hpp')
-rw-r--r--debugdraw.hpp1
1 files changed, 1 insertions, 0 deletions
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,