summaryrefslogtreecommitdiff
path: root/scene/resources
diff options
context:
space:
mode:
authorPoommetee Ketson <poommetee@protonmail.com>2017-06-23 22:03:41 +0700
committerPoommetee Ketson <poommetee@protonmail.com>2017-06-25 07:55:01 +0700
commite3998528e021d2722b40bc1bcda809baaa2cce3b (patch)
tree5484259368bf73d1b429533fa36917c1f1030e67 /scene/resources
parenta2e4b80ff5649504ed4bdc4b4c7f39c19ae6db6a (diff)
BuildSystem: generated files have .gen.extension
Diffstat (limited to 'scene/resources')
-rw-r--r--scene/resources/surface_tool.cpp2
-rw-r--r--scene/resources/texture.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/scene/resources/surface_tool.cpp b/scene/resources/surface_tool.cpp
index 60fb97c792..b2822ca0c4 100644
--- a/scene/resources/surface_tool.cpp
+++ b/scene/resources/surface_tool.cpp
@@ -28,7 +28,7 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#include "surface_tool.h"
-#include "method_bind_ext.inc"
+#include "method_bind_ext.gen.inc"
#define _VERTEX_SNAP 0.0001
#define EQ_VERTEX_DIST 0.00001
diff --git a/scene/resources/texture.cpp b/scene/resources/texture.cpp
index 5049c0a1d6..0bd8c41228 100644
--- a/scene/resources/texture.cpp
+++ b/scene/resources/texture.cpp
@@ -28,7 +28,7 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#include "texture.h"
-#include "core/method_bind_ext.inc"
+#include "core/method_bind_ext.gen.inc"
#include "core/os/os.h"
#include "core_string_names.h"
#include "io/image_loader.h"