Gigantic update with menu

This commit is contained in:
2025-04-04 16:51:40 -04:00
parent e53e7c5d37
commit 0c63d7c969
44 changed files with 54332 additions and 393 deletions

View File

@@ -1,4 +1,3 @@
#ifndef FEATURES_H_
#define FEATURES_H_
@@ -11,8 +10,13 @@ enum visible_flags {
FRIEND_VISIBLE = 3,
FRIEND_NOT_VISIBLE = 4,
HANDS = 5,
SCOPE = 6,
};
#ifdef __cplusplus
extern "C" {
#endif
/*----------------------------------------------------------------------------*/
/* src/features/movement.c */
@@ -42,4 +46,13 @@ void anti_aim(usercmd_t* cmd);
/* src/features/fov.c */
void fov_adjust(usercmd_t* cmd);
/* src/features/thirdperson.c */
void thirdperson_init(void);
void thirdperson_update(void);
bool thirdperson_key_event(int keynum, int down);
#ifdef __cplusplus
}
#endif
#endif /* FEATURES_H_ */