X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_challenge.h;h=f53c95664b47e97bcb5fff1e69d8efe6a8ee6664;hb=95f6ef1a859423a0d9554ac6a9f4c6cbd8bb540c;hp=0d185f9958a3518883d74169be34cc6e1334860d;hpb=bd3a7e904be0fc97e70761cc957a28609d366586;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_challenge.h b/ent_challenge.h index 0d185f9..f53c956 100644 --- a/ent_challenge.h +++ b/ent_challenge.h @@ -1,9 +1,5 @@ -#ifndef ENT_CHALLENGE_H -#define ENT_CHALLENGE_H - +#pragma once #include "entity.h" -VG_STATIC void ent_challenge_preupdate( ent_challenge *challenge, int active ); -VG_STATIC void ent_challenge_call( world_instance *world, ent_call *call ); - -#endif /* ENT_CHALLENGE_H */ +void ent_challenge_preupdate( ent_focus_context *ctx ); +entity_call_result ent_challenge_call( world_instance *world, ent_call *call );