/****************************************************************************
Module
ButtonCheckers.h
Description
header file for the event checking functions
Notes
****************************************************************************/
#ifndef ButtonChecker_H
#define ButtonChecker_H
// Event Definitions
#include "ES_Configure.h" /* gets us event definitions */
#include "ES_Types.h" /* gets bool type for returns */
#include "ES_Events.h"
// Public Function Prototypes
bool InitButtonChecker(void);
bool CheckCoinEvents(void);
bool CheckLeftButtonEvents(void);
bool CheckRightButtonEvents(void);
#endif /* ButtonChecker */