diff options
| author | navewindre <boneyaard@gmail.com> | 2018-09-12 23:07:32 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-09-12 23:07:32 +0200 |
| commit | 3c72119a3c474e11f9ee819def492dcbfd1e8f84 (patch) | |
| tree | b7e52c422fbc8e96874a2876c9b82f96e7767f09 /internal_rewrite/visual.hpp | |
| parent | e8bff3fb5f484e2fb98bf157f4b85b61fdbd0620 (diff) | |
asd
Diffstat (limited to 'internal_rewrite/visual.hpp')
| -rw-r--r-- | internal_rewrite/visual.hpp | 2 |
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( );
|
