13 lines
195 B
C
13 lines
195 B
C
|
#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 */
|