X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_entity.h;h=ba58df8f60d27793c960c3518a9ca88999554804;hb=53597f45307d8a2120e3a0bbe71797b216e8750b;hp=c3af72a398d4e717bf986e81322aa9555645df73;hpb=c77e15a8dc7b976371a473bc8794cb55601d82f6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_entity.h b/world_entity.h index c3af72a..ba58df8 100644 --- a/world_entity.h +++ b/world_entity.h @@ -26,6 +26,11 @@ VG_STATIC void entity_bh_debug( void *user, u32 item_index ); VG_STATIC void entity_bh_closest( void *user, u32 item_index, v3f point, v3f closest ); +VG_STATIC void world_entity_focus( u32 entity_id ); +VG_STATIC void world_entity_focus_preupdate(void); +VG_STATIC void world_entity_focus_render(void); +VG_STATIC void world_entity_unfocus(); + static bh_system bh_system_entity_list = { .expand_bound = entity_bh_expand_bound, .item_centroid = entity_bh_centroid,