A container for a set of Bullet objects.
| 9 | |
| 10 | /// <summary>A container for a set of Bullet objects.</summary> |
| 11 | class Bulletset : public SetContainer<Bullet, std::hash<void*>> |
| 12 | { |
| 13 | public: |
| 14 | }; |
| 15 | } |
| 16 |
nothing calls this directly
no outgoing calls
no test coverage detected