41f18abcb8558f5695949058047ae72704c9fdd4
[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
11 #endif /* _COINMECH_H_ */

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