X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_glider.h;fp=ent_glider.h;h=5815ddafb309e5796b121353a4d3d35f915c0f16;hb=f01a25e33a54c92e4d6bca0889b76f33af5e51eb;hp=51857b2fb57a072fa6eef93a425e62cd7e898784;hpb=fbe807d19b8a626c2d75002b286dd794f893473a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_glider.h b/ent_glider.h index 51857b2..5815dda 100644 --- a/ent_glider.h +++ b/ent_glider.h @@ -1,4 +1,4 @@ #pragma once #include "entity.h" -void ent_glider_call( world_instance *world, ent_call *call ); +entity_call_result ent_glider_call( world_instance *world, ent_call *call );