Added dz_visuals_fov

This commit is contained in:
Wizzard
2023-09-21 15:00:14 -04:00
parent 21d9cac264
commit 543c00e294
7 changed files with 31 additions and 1 deletions

View File

@@ -39,4 +39,7 @@ void check_namechanger_mode_and_execute(usercmd_t* cmd);
/* src/features/anti_aim.c */
void anti_aim(usercmd_t* cmd);
/* src/features/fov.c */
void fov_adjust(usercmd_t* cmd);
#endif /* FEATURES_H_ */