Data:clone ported to minor

minor tweaks

--HG--
branch : minor
This commit is contained in:
Raidho
2017-02-10 06:19:53 +03:00
parent bc6a2db22f
commit 6ea1ebde9c
22 changed files with 203 additions and 0 deletions
+2
View File
@@ -59,9 +59,11 @@ public:
static love::Type type;
GlyphData(uint32 glyph, GlyphMetrics glyphMetrics, PixelFormat f);
GlyphData(const GlyphData &c);
virtual ~GlyphData();
// Implements Data.
Data *clone() const;
void *getData() const;
size_t getSize() const;