summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/world.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/world.h b/src/include/world.h
index c4864fc..5d76991 100644
--- a/src/include/world.h
+++ b/src/include/world.h
@@ -410,7 +410,7 @@ void add_truck_to_world_location(world* world, world_location* location, truck*
void world_update(platform_window* window, world* world);
world_update_result world_render(platform_window* window, world* world);
company* world_get_company_by_name(world* world, char* str);
-company* world_get_product_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);
#endif \ No newline at end of file