xcmd/extensions/ex_cmds/ex_cmds.h

15 lines
149 B
C

#ifndef EX_CMDS_H
#define EX_CMDS_H
#ifdef __cplusplus
extern "C" {
#endif
void ex_cmds_init(void);
#ifdef __cplusplus
}
#endif
#endif