Add GDNative Framework loading and export support.

This commit is contained in:
bruvzg 2021-03-10 10:32:05 +02:00
parent 6aa8f7d85b
commit 53f05c9167
No known key found for this signature in database
GPG key ID: 009E1BFE42239B95
4 changed files with 71 additions and 9 deletions

View file

@ -83,7 +83,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;