doom

a minimalistic implementation of doom
git clone git://ssnf.xyz/doom
Log | Files | Refs

p_inter.h (86B)


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