diff options
| author | Juan Linietsky | 2017-11-22 08:46:34 -0300 |
|---|---|---|
| committer | GitHub | 2017-11-22 08:46:34 -0300 |
| commit | 0300522189b090e7c1ae9c8888101ea32c4ce6bd (patch) | |
| tree | 5d703d0d17e8dda476c6caa4eecd3de253a33f7b /core/io/resource_format_binary.h | |
| parent | 7f022a33a31ad276047744ef42a9fbd85f39a6b4 (diff) | |
| parent | 3eb7858a3a2b0a03ca8ec5ef5c85b572f612f28b (diff) | |
| download | godot-0300522189b090e7c1ae9c8888101ea32c4ce6bd.tar.gz godot-0300522189b090e7c1ae9c8888101ea32c4ce6bd.tar.zst godot-0300522189b090e7c1ae9c8888101ea32c4ce6bd.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; |
