diff options
| author | Bojidar Marinov | 2017-11-22 13:34:43 +0200 |
|---|---|---|
| committer | Bojidar Marinov | 2017-11-22 13:34:43 +0200 |
| commit | 3eb7858a3a2b0a03ca8ec5ef5c85b572f612f28b (patch) | |
| tree | 716ff78acb065787c288846ea937a1289b1eeeb5 /core/io/resource_format_binary.h | |
| parent | 0cf9597758f3af3afc951d0bf02dee1aeb9a6daf (diff) | |
| download | godot-3eb7858a3a2b0a03ca8ec5ef5c85b572f612f28b.tar.gz godot-3eb7858a3a2b0a03ca8ec5ef5c85b572f612f28b.tar.zst godot-3eb7858a3a2b0a03ca8ec5ef5c85b572f612f28b.zip | |
Diffstat (limited to 'core/io/resource_format_binary.h')
| -rw-r--r-- | core/io/resource_format_binary.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/io/resource_format_binary.h b/core/io/resource_format_binary.h index 2316f05b3..687da0a9b 100644 --- a/core/io/resource_format_binary.h +++ b/core/io/resource_format_binary.h @@ -41,6 +41,7 @@ class ResourceInteractiveLoaderBinary : public ResourceInteractiveLoader { String res_path; String type; Ref<Resource> resource; + uint32_t ver_format; FileAccess *f; |
