Add custom_crosshair function

This commit is contained in:
8dcc
2023-07-27 14:19:07 +02:00
parent e1a56c7fb6
commit 07473c30b4
2 changed files with 34 additions and 0 deletions

View File

@@ -24,4 +24,7 @@ void correct_movement(usercmd_t* cmd, vec3_t old_angles);
extern visible_flags visible_mode;
bool chams(void* this_ptr);
/* src/features/misc.c */
void custom_crosshair(void);
#endif /* FEATURES_H_ */