summaryrefslogtreecommitdiff
path: root/src/include/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/world.h')
-rw-r--r--src/include/world.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/world.h b/src/include/world.h
index 2c32581..efb4059 100644
--- a/src/include/world.h
+++ b/src/include/world.h
@@ -56,6 +56,8 @@ typedef struct t_employee employee;
#define CDAYTORDAY(_day) (_day == 0 ? 7 : _day) // m = 1, s = 7
#define RDAYTOCDAY(_day) (_day == 7 ? 0 : _day) // m = 1, s = 0
+#define INVESTMENT_INCREMENT 100.0f
+
#define BASE_PAY 1800
#define RAISE_PER_YEAR 55
#define MAX_PAY 3250