Forward Declarations
| 5 | { |
| 6 | // Forward Declarations |
| 7 | class BulletInterface; |
| 8 | typedef BulletInterface *Bullet; |
| 9 | |
| 10 | /// <summary>A container for a set of Bullet objects.</summary> |
nothing calls this directly
no outgoing calls
no test coverage detected