summaryrefslogtreecommitdiff
path: root/src/include/world.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-12-05 13:17:27 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-12-05 13:17:27 +0100
commit395aa3f2b53550b9575dde1f5d2fb7494c21addf (patch)
tree478f5609bd86d9de085d684c374971b6ce913f6a /src/include/world.h
parent0974ff30789a215a31255080251c01eaaf9a5297 (diff)
close #55
Diffstat (limited to 'src/include/world.h')
-rw-r--r--src/include/world.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/world.h b/src/include/world.h
index 4407fcb..b11f43c 100644
--- a/src/include/world.h
+++ b/src/include/world.h
@@ -401,6 +401,7 @@ typedef struct t_world
struct tm current_time;
} world;
+employee* world_get_most_available_employee_for_location(world* world, world_location* loc);
world* world_create_new(bool create_default_state);
void world_report_event(world* world, char* msg, event_type type, void* data);
world_location* get_world_location_by_id(world* world, s32 id);