summaryrefslogtreecommitdiff
path: root/internal_rewrite/visual.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'internal_rewrite/visual.hpp')
-rw-r--r--internal_rewrite/visual.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal_rewrite/visual.hpp b/internal_rewrite/visual.hpp
index 8df913e..79709ca 100644
--- a/internal_rewrite/visual.hpp
+++ b/internal_rewrite/visual.hpp
@@ -88,12 +88,14 @@ namespace features
void update_glow( );
void world_modulate( );
void update_position( int index, const vec3_t& pos );
+ void reset_position( );
void store_tracer( int ent_index, vec3_t shot );
void store_sound( int ent, vec3_t origin );
void store_firegrenades( int ent, vec3_t origin );
void draw_autowall( );
void draw_spread( );
void out_of_fov( c_base_player* ent, const vec3_t& pos, clr_t col );
+ void update_positions( );
void store_hit( );
void radar( );
void draw_tracers( );