#ifndef TIMER_H #define TIMER_H #include void timerStart (); bool timerHit (); void timerStop (); #endif /* TIMER_H */