Files
2024-06-27 21:30:26 +08:00

17 lines
189 B
C

#ifndef __EIS_H__
#define __EIS_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "elite_def.h"
extern elite_instance_t eis_2_0;
#ifdef __cplusplus
}
#endif
#endif /* ! __EIS_H__ */