From 7b565582f6daa03ff488798013ac720cc47b8a07 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Wed, 4 Dec 2024 16:09:50 +0100 Subject: small improvements, close #48 --- src/include/world.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/world.h') diff --git a/src/include/world.h b/src/include/world.h index 5d76991..4407fcb 100644 --- a/src/include/world.h +++ b/src/include/world.h @@ -408,7 +408,7 @@ world_location* get_world_location_by_name(world* world, char* str); float world_location_get_price(world_location* location); void add_truck_to_world_location(world* world, world_location* location, truck* tr); void world_update(platform_window* window, world* world); -world_update_result world_render(platform_window* window, world* world); +world_update_result world_render(platform_window* window, world* world, bool interactive); company* world_get_company_by_name(world* world, char* str); product* world_get_product_by_name(world* world, char* str); truck* world_get_truck_by_type(world* world, s32 type); -- cgit v1.2.3-70-g09d2