mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Data:clone ported to minor
minor tweaks --HG-- branch : minor
This commit is contained in:
@@ -40,10 +40,12 @@ public:
|
||||
static love::Type type;
|
||||
|
||||
FileData(uint64 size, const std::string &filename);
|
||||
FileData(const FileData &c);
|
||||
|
||||
virtual ~FileData();
|
||||
|
||||
// Implements Data.
|
||||
Data *clone() const;
|
||||
void *getData() const;
|
||||
size_t getSize() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user