From e8b487b0d2c1dc622256b89642ac291632f101fc Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Fri, 20 Apr 2018 13:08:58 +0200 Subject: More improvements to shooting. --- src/common.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common.hpp') 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); -- cgit