mirror of
https://github.com/love2d/love.git
synced 2026-08-19 12:14:20 +02:00
Add 'readonly' field to love.filesystem.getInfo's returned table
This commit is contained in:
@@ -96,6 +96,7 @@ public:
|
||||
int64 size;
|
||||
int64 modtime;
|
||||
FileType type;
|
||||
bool readonly;
|
||||
};
|
||||
|
||||
static love::Type type;
|
||||
|
||||
Reference in New Issue
Block a user