| 9 | class BulletType; |
| 10 | |
| 11 | class BulletInterface; |
| 12 | typedef BulletInterface *Bullet; |
| 13 | |
| 14 | /// <summary>An interface object representing a bullet or missile spawned from an attack.</summary> |
nothing calls this directly
no outgoing calls
no test coverage detected