X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_region.h;fp=ent_region.h;h=6a86a320b33ba136d63e0750550bf230974caaad;hb=f01a25e33a54c92e4d6bca0889b76f33af5e51eb;hp=8aed2405f99c8428a230e716d433c7f53c9bfe0e;hpb=fbe807d19b8a626c2d75002b286dd794f893473a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_region.h b/ent_region.h index 8aed240..6a86a32 100644 --- a/ent_region.h +++ b/ent_region.h @@ -11,4 +11,4 @@ extern global_ent_region; u32 region_spark_colour( u32 flags ); void ent_region_re_eval( world_instance *world ); -void ent_region_call( world_instance *world, ent_call *call ); +entity_call_result ent_region_call( world_instance *world, ent_call *call );