diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-04 15:41:36 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-04 15:41:36 +0100 |
| commit | d793093925608448104454ff91fbac4b757cbb5e (patch) | |
| tree | f1fe271773bc09675c4200de34847cac9fadd774 /src/include/world.h | |
| parent | 917de584f88294235f3972e5f45ca9cdf6a70484 (diff) | |
load save file
Diffstat (limited to 'src/include/world.h')
| -rw-r--r-- | src/include/world.h | 2 |
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 |
