X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_entity.h;h=1e5e70c684d55e4ace42df0749ce31d008a602fb;hb=76315944e5a98838163e0aba8601ed3522f0724d;hp=49e2cd5a77b1ed13912aa58cbb66ed0dd6806629;hpb=22f62f001f21d1b91fefd9fc495c122d9ddf205a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_entity.h b/world_entity.h index 49e2cd5..1e5e70c 100644 --- a/world_entity.h +++ b/world_entity.h @@ -30,6 +30,7 @@ static void world_entity_focus( u32 entity_id ); static void world_entity_focus_preupdate(void); static void world_entity_focus_render(void); static void world_entity_unfocus(); +static void world_entity_focus_camera( world_instance *world, u32 uid ); static bh_system bh_system_entity_list = { .expand_bound = entity_bh_expand_bound,