mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 11:37:45 +08:00
8 lines
87 B
C
8 lines
87 B
C
|
|
#ifndef SHOOT_H
|
||
|
|
#define SHOOT_H
|
||
|
|
|
||
|
|
void ShootInit();
|
||
|
|
|
||
|
|
void ShootTask();
|
||
|
|
|
||
|
|
#endif //SHOOT_H
|