X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_challenge.h;h=a3cd92adf9e893889b3a7d7210e32a71c8336941;hb=fbc68c65e01838feb77f47b30994b45fcc39ebaf;hp=0d185f9958a3518883d74169be34cc6e1334860d;hpb=bd3a7e904be0fc97e70761cc957a28609d366586;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_challenge.h b/ent_challenge.h index 0d185f9..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, int active ); -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 */