Add 'readonly' field to love.filesystem.getInfo's returned table

This commit is contained in:
Alex Szpakowski
2020-12-31 00:06:41 -04:00
parent 9e9fa71589
commit f61a650a87
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -96,6 +96,7 @@ public:
int64 size;
int64 modtime;
FileType type;
bool readonly;
};
static love::Type type;