/**************************************************************************** Header file for template service based on the Gen 2 Events and Services Framework ****************************************************************************/ #ifndef BallShootService_H #define BallShootService_H #include "ES_Types.h" // Public Function Prototypes bool InitBallShootService ( uint8_t Priority ); bool PostBallShootService( ES_Event ThisEvent ); ES_Event RunBallShootService( ES_Event ThisEvent ); #endif /* ServTemplate_H */