9 lines
207 B
C
9 lines
207 B
C
#ifndef __RefereeSystem_H
|
|
#define __RefereeSystem_H
|
|
#include "main.h"
|
|
|
|
extern uint8_t RefereeSystem_Status;
|
|
extern uint8_t RefereeSystem_ShooterStatus;
|
|
extern uint8_t RefereeSystem_ShooterOpenFlag;
|
|
|
|
#endif |