diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2023-06-11 01:04:15 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2023-06-12 11:29:42 -0500 |
commit | 7e9b5e59d4f1f206e9b39841b2bd6d99d99fd7c6 (patch) | |
tree | f8f44bcfce40a5895894f74e3dbcf8e6b94c4ce8 /editor/editor_resource_preview.cpp | |
parent | 593d5ca29f32d07a8bf9f3bae5b33e67d0f4218f (diff) | |
download | redot-engine-7e9b5e59d4f1f206e9b39841b2bd6d99d99fd7c6.tar.gz |
Make a header for VariantUtilityFunctions
Diffstat (limited to 'editor/editor_resource_preview.cpp')
-rw-r--r-- | editor/editor_resource_preview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_resource_preview.cpp b/editor/editor_resource_preview.cpp index f5da9da8e7..8b47dc2005 100644 --- a/editor/editor_resource_preview.cpp +++ b/editor/editor_resource_preview.cpp @@ -35,7 +35,7 @@ #include "core/io/resource_loader.h" #include "core/io/resource_saver.h" #include "core/object/message_queue.h" -#include "core/variant/variant_utility.cpp" +#include "core/variant/variant_utility.h" #include "editor/editor_node.h" #include "editor/editor_paths.h" #include "editor/editor_scale.h" |