Add GDNative Framework loading and export support.

This commit is contained in:
bruvzg 2021-03-10 12:56:15 +02:00
parent 139a9d6370
commit a1cb6f07a1
No known key found for this signature in database
GPG key ID: 009E1BFE42239B95
4 changed files with 72 additions and 10 deletions

View file

@ -82,7 +82,6 @@ public:
virtual String read_link(String p_file) { return p_file; };
virtual Error create_link(String p_source, String p_target) { return FAILED; };
//virtual FileType get_file_type() const;
uint64_t get_space_left();
virtual String get_filesystem_type() const;