Subtract price

This commit is contained in:
Gunnar Skjold
2024-01-23 20:41:56 +01:00
parent bfa1a65dfd
commit 80be1ceef1
6 changed files with 25 additions and 14 deletions

View File

@@ -40,6 +40,7 @@
#define PRICE_TYPE_FIXED 0x00
#define PRICE_TYPE_ADD 0x01
#define PRICE_TYPE_PCT 0x02
#define PRICE_TYPE_SUBTRACT 0x03
struct PriceConfig {
char name[32];