1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

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
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;