#pragma once #include "SetContainer.h" namespace BWAPI { // Forward Declarations class BulletInterface; typedef BulletInterface *Bullet; /// A container for a set of Bullet objects. class Bulletset : public SetContainer> { public: }; }