p_inter.h (86B)
1 #ifndef __P_INTER__ 2 #define __P_INTER__ 3 4 boolean P_GivePower(player_t*, int); 5 6 #endif