diff options
Diffstat (limited to 'core/io/resource_format_binary.h')
| -rw-r--r-- | core/io/resource_format_binary.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/io/resource_format_binary.h b/core/io/resource_format_binary.h index 1dac51cc5..1fab6144d 100644 --- a/core/io/resource_format_binary.h +++ b/core/io/resource_format_binary.h @@ -54,6 +54,8 @@ class ResourceInteractiveLoaderBinary : public ResourceInteractiveLoader { //Map<int,StringName> string_map; Vector<StringName> string_map; + StringName _get_string(); + struct ExtResoucre { String path; String type; |
