X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_route.h;h=cbf61b29740239833652fdafe49df9bfa927d2f8;hb=refs%2Fheads%2Fmaster;hp=ecc3278b72714522d31a58864a5e543537ad9e10;hpb=5f6a4f9df6c8accc89f1920bfe9ace3cbac4c4b6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_route.h b/ent_route.h index ecc3278..cbf61b2 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 ); -void ent_route_preupdate( ent_route *route, int active ); +entity_call_result ent_route_call( world_instance *world, ent_call *call ); +void ent_route_preupdate( ent_focus_context *ctx );