From da90ecb4c88d81568c14b060a6a05508c2b37f35 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 1 Dec 2024 10:09:58 +0100 Subject: close #33 --- src/include/world.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/include/world.h') 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; -- cgit v1.2.3-70-g09d2