X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_challenge.h;h=a3cd92adf9e893889b3a7d7210e32a71c8336941;hb=c0e4a67ba2f001179df6e2cde97370a946669c22;hp=01068e8f888873ee8d4c52a0708d47a5ae4e03bf;hpb=6190deb68aa1c9e92ede62ea05c2a755bf5516de;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_challenge.h b/ent_challenge.h index 01068e8..a3cd92a 100644 --- a/ent_challenge.h +++ b/ent_challenge.h @@ -3,7 +3,7 @@ #include "entity.h" -VG_STATIC void ent_challenge_preupdate( ent_challenge *challenge ); -VG_STATIC void ent_challenge_call( world_instance *world, ent_call *call ); +static void ent_challenge_preupdate( ent_challenge *challenge, int active ); +static void ent_challenge_call( world_instance *world, ent_call *call ); #endif /* ENT_CHALLENGE_H */