X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=world_entity.h;fp=world_entity.h;h=63cab47673e075f9c237c9032d36303abf414d91;hb=2329044d44a5aff035b01926f7901d9e89ad284e;hp=bbcfbe20dbb651d1d1a7076cd8e9771f67503504;hpb=4b8fc63f926737ca0593a4e471550f9f4995c538;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_entity.h b/world_entity.h index bbcfbe2..63cab47 100644 --- a/world_entity.h +++ b/world_entity.h @@ -4,12 +4,15 @@ #include "world.h" #include "entity.h" #include "bvh.h" +#include "save.h" VG_STATIC void world_gen_entities_init( world_instance *world ); VG_STATIC ent_spawn *world_find_spawn_by_name( world_instance *world, const char *name ); VG_STATIC ent_spawn *world_find_closest_spawn( world_instance *world, v3f position ); +VG_STATIC void world_entity_start( world_instance *world, + struct savedata *sav ); VG_STATIC void ent_volume_call( world_instance *world, ent_call *call ); VG_STATIC void ent_audio_call( world_instance *world, ent_call *call );