"ES - Configure.h" "ES - Types.h": #Ifndef Car - H #Define Car - H
"ES - Configure.h" "ES - Types.h": #Ifndef Car - H #Define Car - H
****************************************************************************/
#ifndef Car_H
#define Car_H
// Event Definitions
#include "ES_Configure.h" /* gets us event definitions */
#include "ES_Types.h" /* gets bool type for returns */
bool CheckCarPlace(void);
bool CheckLimitEnd(void);
bool CheckLimitHome(void);
#endif /* Car_H */