X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_route.h;fp=ent_route.h;h=7c5dfa3785bef6c42b7d3cc833fee5f36e391b95;hb=f01a25e33a54c92e4d6bca0889b76f33af5e51eb;hp=ecc3278b72714522d31a58864a5e543537ad9e10;hpb=fbe807d19b8a626c2d75002b286dd794f893473a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_route.h b/ent_route.h index ecc3278..7c5dfa3 100644 --- a/ent_route.h +++ b/ent_route.h @@ -7,5 +7,5 @@ struct global_ent_route } extern global_ent_route; -void ent_route_call( world_instance *world, ent_call *call ); +entity_call_result ent_route_call( world_instance *world, ent_call *call ); void ent_route_preupdate( ent_route *route, int active );