X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_entity.h;h=bbcfbe20dbb651d1d1a7076cd8e9771f67503504;hb=844527ec68c063d78d4993bd8e4053f9ddc47b78;hp=eca698ad8bfaa7db84bc2d813f7f883e997e2ae5;hpb=b270d9efa9bedb7ca0813acffc1632f84900c0de;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_entity.h b/world_entity.h index eca698a..bbcfbe2 100644 --- a/world_entity.h +++ b/world_entity.h @@ -5,7 +5,7 @@ #include "entity.h" #include "bvh.h" -VG_STATIC void world_gen_entities_init(void); +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,