Below is the file 'button.h' from this revision. You can also download the file.

/* button.h */

#ifndef _BUTTON_H_
#define _BUTTON_H_

extern uint8 button;

#endif