X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_region.h;h=6a86a320b33ba136d63e0750550bf230974caaad;hb=refs%2Fheads%2Fmaster;hp=4b278251907998b4db693819169b92a6a8ff261a;hpb=5f6a4f9df6c8accc89f1920bfe9ace3cbac4c4b6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_region.h b/ent_region.h index 4b27825..6a86a32 100644 --- a/ent_region.h +++ b/ent_region.h @@ -1,5 +1,6 @@ #pragma once #include "world_entity.h" +#include "network_common.h" struct global_ent_region { @@ -10,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 );