cstrike/src/shared/item_c4bomb.h

9 lines
127 B
C

#ifdef SERVER
void C4Bomb_Plant(base_player);
#endif
#ifdef CLIENT
string g_c4bombled_spr;
void w_c4bomb_parse(void);
#endif