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
@@ -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;