X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_entity.h;h=a3c5f331c5e97c8cea455ca908418c1930eb6f07;hb=03a46e5a504cfb2f8bef7254a66753f04540005f;hp=1e5e70c684d55e4ace42df0749ce31d008a602fb;hpb=403bb2442600b86f50d842ec059eb3f54c8ca5ec;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_entity.h b/world_entity.h index 1e5e70c..a3c5f33 100644 --- a/world_entity.h +++ b/world_entity.h @@ -12,6 +12,7 @@ static ent_spawn *world_find_spawn_by_name( world_instance *world, const char *name ); static ent_spawn *world_find_closest_spawn( world_instance *world, v3f position ); +static void world_default_spawn_pos( world_instance *world, v3f pos ); static void world_entity_start( world_instance *world, vg_msg *sav ); static void world_entity_serialize( world_instance *world, vg_msg *sav );