mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Data:clone ported to minor
minor tweaks --HG-- branch : minor
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user