b9cee95bb491f807e0b92c9f71b12801de9cbd67
[uccvend-snackrom.git] / ROM2 / keypad.h
1 #ifndef _KEYPAD_H_
2 #define _KEYPAD_H_
3
4 extern u8 last_key;
5
6 /* returns true if a key has been pressed since the last call */
7 bool keypad_pressed();
8 void keypad_read();
9
10 #endif /* _KEYPAD_H_ */

UCC git Repository :: git.ucc.asn.au