ui frosting info
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_challenge.h
1 #ifndef ENT_CHALLENGE_H
2 #define ENT_CHALLENGE_H
3
4 #include "entity.h"
5
6 static void ent_challenge_preupdate( ent_challenge *challenge, int active );
7 static void ent_challenge_call( world_instance *world, ent_call *call );
8
9 #endif /* ENT_CHALLENGE_H */