This commit is contained in:
2022-05-31 18:00:41 -04:00
parent a4ba2da5ed
commit e9e1a5fe71
+12
View File
@@ -0,0 +1,12 @@
#ifndef __mx_coupons_h__
#define __mx_coupons_h__
#include "vars.h"
long coupons_calls(CVars in, CVars &out);
long CreateCoupon( CVars in, CVars &out );
long AssignCoupon( CVars in, CVars &out );
long RedeemCoupon( CVars in, CVars &out );
#endif