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