summaryrefslogtreecommitdiff
path: root/src/include/world.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-12-01 10:09:58 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-12-01 10:09:58 +0100
commitda90ecb4c88d81568c14b060a6a05508c2b37f35 (patch)
tree8529d3ad3001a2ca0c9d6c26a37bccedb4109d6c /src/include/world.h
parent6615a01df56d410a17b724d42660eb9821087470 (diff)
close #33
Diffstat (limited to 'src/include/world.h')
-rw-r--r--src/include/world.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/world.h b/src/include/world.h
index 2d58f3b..dc11460 100644
--- a/src/include/world.h
+++ b/src/include/world.h
@@ -62,11 +62,6 @@ typedef struct t_employee employee;
#define RAISE_PER_YEAR 55
#define MAX_PAY 3250
-typedef enum t_minor_event
-{
- EXTERNAL_INSPECTION, // Check overworking, safety
-} minor_event;
-
typedef enum t_weekday
{
MONDAY = 1,
@@ -348,7 +343,6 @@ typedef struct t_money_data_collection
typedef struct t_company_investments
{
- u32 safety;
u32 marketing;
u32 human_resources;
u32 training;