diff options
Diffstat (limited to 'src/include/world.h')
| -rw-r--r-- | src/include/world.h | 6 |
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;
|
