X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_entity.h;h=1e5e70c684d55e4ace42df0749ce31d008a602fb;hb=4eb81766e4e7c54599b057ebf57b7fab01cd0726;hp=49e2cd5a77b1ed13912aa58cbb66ed0dd6806629;hpb=9a63a9dde9257c8f140af3a96816bcda232fe739;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,