Add chams code

No custom colors yet
This commit is contained in:
8dcc
2023-07-24 17:03:22 +02:00
parent 5858a2e4ec
commit 9627989304
3 changed files with 53 additions and 3 deletions

View File

@@ -11,4 +11,7 @@ void bhop(usercmd_t* cmd);
void esp(void);
void correct_movement(usercmd_t* cmd, vec3_t old_angles);
/* src/features/chams.c */
bool chams(void* this_ptr);
#endif /* FEATURES_H_ */