#ifndef SHOOT_H
#define SHOOT_H
/**
* @brief 发射初始化
*
*/
void ShootInit();
* @brief 发射任务
void ShootTask();
#endif // SHOOT_H