Files
goldsrc-cheat/src/features/features.h

18 lines
310 B
C
Raw Normal View History

#ifndef FEATURES_H_
#define FEATURES_H_
#include "../include/sdk.h"
/* src/features/movement.c */
void bhop(usercmd_t* cmd);
/* src/features/esp.c */
void esp(void);
void correct_movement(usercmd_t* cmd, vec3_t old_angles);
2023-07-24 17:03:22 +02:00
/* src/features/chams.c */
bool chams(void* this_ptr);
#endif /* FEATURES_H_ */