summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.hpp')
-rw-r--r--src/common.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.hpp b/src/common.hpp
index ff5839f..620580e 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -199,6 +199,7 @@ namespace world {
bool test_rect(const cmodel_t *cmodel, const entity_t *ignore);
+ trace_t point_v_tiles(v2f_t at, cflags_t cflags);
trace_t ray_v_ents(v2f_t start, v2f_t end, cflags_t cflags, const entity_t *ignore);
trace_t ray_v_tiles(v2f_t start, v2f_t end, cflags_t cflags);
trace_t ray_v_all(v2f_t start, v2f_t end, cflags_t cflags, const entity_t *ignore);