diff options
| author | Poommetee Ketson | 2017-06-23 22:03:41 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2017-06-25 07:55:01 +0700 |
| commit | e3998528e021d2722b40bc1bcda809baaa2cce3b (patch) | |
| tree | 5484259368bf73d1b429533fa36917c1f1030e67 /scene/2d | |
| parent | a2e4b80ff5649504ed4bdc4b4c7f39c19ae6db6a (diff) | |
| download | godot-e3998528e021d2722b40bc1bcda809baaa2cce3b.tar.gz godot-e3998528e021d2722b40bc1bcda809baaa2cce3b.tar.zst godot-e3998528e021d2722b40bc1bcda809baaa2cce3b.zip | |
BuildSystem: generated files have .gen.extension
Diffstat (limited to 'scene/2d')
| -rw-r--r-- | scene/2d/canvas_item.cpp | 2 | ||||
| -rw-r--r-- | scene/2d/tile_map.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scene/2d/canvas_item.cpp b/scene/2d/canvas_item.cpp index 189dd66a2..57d178abe 100644 --- a/scene/2d/canvas_item.cpp +++ b/scene/2d/canvas_item.cpp @@ -28,7 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ #include "canvas_item.h" -#include "core/method_bind_ext.inc" +#include "core/method_bind_ext.gen.inc" #include "message_queue.h" #include "os/input.h" #include "scene/main/canvas_layer.h" diff --git a/scene/2d/tile_map.cpp b/scene/2d/tile_map.cpp index 4f892a31f..7ffe02923 100644 --- a/scene/2d/tile_map.cpp +++ b/scene/2d/tile_map.cpp @@ -29,7 +29,7 @@ /*************************************************************************/ #include "tile_map.h" #include "io/marshalls.h" -#include "method_bind_ext.inc" +#include "method_bind_ext.gen.inc" #include "os/os.h" #include "servers/physics_2d_server.h" |
