615caf6b6e91a8632971a1ef686e63b13155599a
[uccvend-snackrom.git] / ROM2 / coinmech.h
1 #ifndef _COINMECH_H_
2 #define _COINMECH_H_
3
4 #include "vend.h"
5
6 extern volatile u16 coin_value;
7
8 void coin_eat();
9 void coin_cost(u16 cost); /* specify the cost of an item. */
10 void coinmech_init();
11
12 #endif /* _COINMECH_H_ */

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