Add bullet tracers

This commit is contained in:
8dcc
2023-07-31 15:55:01 +02:00
parent 87e6b34eee
commit d09fdf66b5
3 changed files with 28 additions and 0 deletions

View File

@@ -31,5 +31,6 @@ void aimbot(usercmd_t* cmd);
/* src/features/misc.c */
void custom_crosshair(void);
void bullet_tracers(usercmd_t* cmd);
#endif /* FEATURES_H_ */