xcmd/extensions/ex_keys/ex_keys.h

15 lines
149 B
C

#ifndef EX_KEYS_H
#define EX_KEYS_H
#ifdef __cplusplus
extern "C" {
#endif
void ex_keys_init(void);
#ifdef __cplusplus
}
#endif
#endif