proxy models
[carveJwlIkooP6JGAAIwe30JlM.git] / world_entity.h
index 49e2cd5a77b1ed13912aa58cbb66ed0dd6806629..fc66d7469badf7578f991b8c5b0b3b4f92ce8adf 100644 (file)
@@ -13,6 +13,7 @@ static ent_spawn *world_find_spawn_by_name( world_instance *world,
 static ent_spawn *world_find_closest_spawn( world_instance *world, 
                                                v3f position );
 static void world_entity_start( world_instance *world, vg_msg *sav );
+static void world_entity_relink( world_instance *world );
 static void world_entity_serialize( world_instance *world, vg_msg *sav );
 
 static void ent_volume_call( world_instance *world, ent_call *call );
@@ -30,6 +31,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,