#include <gun.h>
Inheritance diagram for GunBullet:
Public Member Functions | |
GunBullet (ExplosiveWeaponConfig &cfg, WeaponLauncher *p_launcher) | |
Protected Member Functions | |
void | ShootSound () |
Definition at line 32 of file gun.h.
GunBullet::GunBullet | ( | ExplosiveWeaponConfig & | cfg, | |
WeaponLauncher * | p_launcher | |||
) |
Definition at line 38 of file gun.cpp.
00039 : 00040 WeaponBullet("gun_bullet", cfg, p_launcher) 00041 { 00042 }
void GunBullet::ShootSound | ( | ) | [protected, virtual] |
Reimplemented from WeaponProjectile.
Definition at line 44 of file gun.cpp.
Here is the call graph for this function: