summaryrefslogtreecommitdiff
path: root/src/include/ui/selectors.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/ui/selectors.h
parent0974ff30789a215a31255080251c01eaaf9a5297 (diff)
close #55
Diffstat (limited to 'src/include/ui/selectors.h')
-rw-r--r--src/include/ui/selectors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ui/selectors.h b/src/include/ui/selectors.h
index 6832ff7..200d61b 100644
--- a/src/include/ui/selectors.h
+++ b/src/include/ui/selectors.h
@@ -7,7 +7,7 @@
#ifndef INCLUDE_EMPLOYEE_SELECTOR
#define INCLUDE_EMPLOYEE_SELECTOR
-employee* employee_selector_render(platform_window* window, float scale, bool enabled, employee* current_val, s32 x, s32 y, s32 w, s32 h, animation an, scheduled_job* offer);
+employee* employee_selector_render(platform_window* window, float scale, bool enabled, employee* current_val, s32 x, s32 y, s32 w, s32 h, animation an, scheduled_job* offer, world_location* loc);
world_location* location_selector_render(platform_window* window, float scale, bool enabled, world_location* current_val, s32 x, s32 y, s32 w, s32 h);
#endif \ No newline at end of file