Added anti-aim 'dz_movement_antiaim' and 'dz_movement_antiaim_view'

This commit is contained in:
Wizzard
2023-09-20 19:40:32 -04:00
parent 88bdad24b1
commit 3bd0fe52da
7 changed files with 48 additions and 3 deletions

View File

@@ -33,4 +33,7 @@ void aimbot(usercmd_t* cmd);
void custom_crosshair(void);
void bullet_tracers(usercmd_t* cmd);
#endif /* FEATURES_H_ */
/* src/features/anti_aim.c */
void anti_aim(usercmd_t* cmd);
#endif /* FEATURES_H_ */