14 lines
196 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);
#endif /* FEATURES_H_ */