2 * Copyright 2013, Stephan Aßmus <superstippi@gmx.de>.
3 * All rights reserved. Distributed under the terms of the MIT License.
8 #include "BulletData.h"
14 Bullet(const BString
& string
, float spacing
);
15 Bullet(const Bullet
& other
);
17 Bullet
& operator=(const Bullet
& other
);
18 bool operator==(const Bullet
& other
) const;
19 bool operator!=(const Bullet
& other
) const;
21 bool SetString(const BString
& string
);
22 const BString
& String() const;
24 bool SetSpacing(float spacing
);
25 float Spacing() const;
28 BulletDataRef fBulletData
;