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 0463eb3..cf38104 100644
--- a/debugdraw.hpp
+++ b/debugdraw.hpp
@@ -32,6 +32,7 @@ struct Line_Renderer {
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 add_point(const v3f& p);
void flush(
const Camera& cam,
Device* dev,