diff options
| author | Indah Sylvia | 2017-08-08 12:02:49 +0700 |
|---|---|---|
| committer | Indah Sylvia | 2017-08-08 12:02:49 +0700 |
| commit | 51f56a42820f3e5a1b30495e18628fcb53bef632 (patch) | |
| tree | 0c0447672ee34d93b2c8966d9622e5ac0a673750 /core/io/resource_format_binary.h | |
| parent | f6ad0ccc63189958c87fdcd2fa03aa208ff98bd9 (diff) | |
| download | godot-51f56a42820f3e5a1b30495e18628fcb53bef632.tar.gz godot-51f56a42820f3e5a1b30495e18628fcb53bef632.tar.zst godot-51f56a42820f3e5a1b30495e18628fcb53bef632.zip | |
Diffstat (limited to 'core/io/resource_format_binary.h')
| -rw-r--r-- | core/io/resource_format_binary.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/io/resource_format_binary.h b/core/io/resource_format_binary.h index 5da5a0fc3..1c66344e3 100644 --- a/core/io/resource_format_binary.h +++ b/core/io/resource_format_binary.h @@ -56,19 +56,19 @@ class ResourceInteractiveLoaderBinary : public ResourceInteractiveLoader { StringName _get_string(); - struct ExtResoucre { + struct ExtResource { String path; String type; }; - Vector<ExtResoucre> external_resources; + Vector<ExtResource> external_resources; - struct IntResoucre { + struct IntResource { String path; uint64_t offset; }; - Vector<IntResoucre> internal_resources; + Vector<IntResource> internal_resources; String get_unicode_string(); void _advance_padding(uint32_t p_len); |
