X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_objective.h;h=9d947723e029ec893ad698960b0b6e8937679232;hb=f01a25e33a54c92e4d6bca0889b76f33af5e51eb;hp=0f3e4e5d476263e7174a2c65724ec46be0ad96a3;hpb=fbe807d19b8a626c2d75002b286dd794f893473a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_objective.h b/ent_objective.h index 0f3e4e5..9d94772 100644 --- a/ent_objective.h +++ b/ent_objective.h @@ -1,4 +1,4 @@ #pragma once #include "entity.h" #include "world.h" -void ent_objective_call( world_instance *world, ent_call *call ); +entity_call_result ent_objective_call( world_instance *world, ent_call *call );