diff options
| author | Rémi Verschelde | 2017-06-25 11:08:36 +0200 |
|---|---|---|
| committer | GitHub | 2017-06-25 11:08:36 +0200 |
| commit | 87fd71244be7b185f0525c6b33850f7075b1425a (patch) | |
| tree | ff58ebdfd8cfed4d960036336c607a7f95cb8659 /editor/editor_node.cpp | |
| parent | 8efd835009bdb47670a76432fd128f582ef6be38 (diff) | |
| parent | e3998528e021d2722b40bc1bcda809baaa2cce3b (diff) | |
| download | godot-87fd71244be7b185f0525c6b33850f7075b1425a.tar.gz godot-87fd71244be7b185f0525c6b33850f7075b1425a.tar.zst godot-87fd71244be7b185f0525c6b33850f7075b1425a.zip | |
Merge pull request #9334 from Noshyaar/pr-genh
BuildSystem: generated files have .gen.extension
Diffstat (limited to '')
| -rw-r--r-- | editor/editor_node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 04257b8cd..097c2977e 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -30,7 +30,7 @@ #include "editor_node.h" #include "animation_editor.h" -#include "authors.h" +#include "authors.gen.h" #include "bind/core_bind.h" #include "class_db.h" #include "core/io/resource_loader.h" |
