Fixes to make Löve compile on Windows 10 UWP

This commit is contained in:
T-Bone
2016-04-07 22:56:03 +02:00
parent 03801e49d6
commit b2291fb62a
9 changed files with 49 additions and 17 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ public:
bool mount(const char *archive, const char *mountpoint, bool appendToPath = false);
bool unmount(const char *archive);
File *newFile(const char *filename) const;
love::filesystem::File *newFile(const char *filename) const;
FileData *newFileData(void *data, unsigned int size, const char *filename) const;
FileData *newFileData(const char *b64, const char *filename) const;