Trex
Trex
****************************************************************************/
#ifndef TRex_H
#define TRex_H
// Event Definitions
#include "ES_Configure.h" /* gets us event definitions */
#include "ES_Types.h" /* gets bool type for returns */
bool CheckLimitUp(void);
bool CheckLimitDown(void);
#endif /* TRex_H */