More coin mech code
[uccvend-snackrom.git] / ROM2 / coinmech.h
index 5514d0b..8e8ad24 100644 (file)
@@ -1,6 +1,11 @@
 #ifndef _COINMECH_H_
 #define _COINMECH_H_
 
+#include "vend.h"
+
+extern u16 coin_value;
+
 void coin_eat();
+void coin_cost(u16 cost); /* specify the cost of an item. */
 
 #endif /* _COINMECH_H_ */

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