X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_entity.h;h=fc66d7469badf7578f991b8c5b0b3b4f92ce8adf;hb=1a7f4a35e88698bdb45c90f646f1645589d5511c;hp=1e5e70c684d55e4ace42df0749ce31d008a602fb;hpb=4eb81766e4e7c54599b057ebf57b7fab01cd0726;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_entity.h b/world_entity.h index 1e5e70c..fc66d74 100644 --- a/world_entity.h +++ b/world_entity.h @@ -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 );