diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-08-05 09:12:53 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-08-05 09:13:59 -0300 |
commit | cfe4b30941a3388a5ee40690fd468f994180fa86 (patch) | |
tree | 2aec6acb3f64e0e235fb53e643d9d7d880548145 /core | |
parent | f79a5c464b95bdd274a4e9e5ff4713c7de2be011 (diff) | |
download | redot-engine-cfe4b30941a3388a5ee40690fd468f994180fa86.tar.gz |
renamed node path, closes #5691
Diffstat (limited to 'core')
-rw-r--r-- | core/node_path.cpp (renamed from core/path_db.cpp) | 2 | ||||
-rw-r--r-- | core/node_path.h (renamed from core/path_db.h) | 0 | ||||
-rw-r--r-- | core/variant.h | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/core/path_db.cpp b/core/node_path.cpp index d5c84a2457..11df9670f2 100644 --- a/core/path_db.cpp +++ b/core/node_path.cpp @@ -27,7 +27,7 @@ /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "path_db.h" +#include "node_path.h" #include "print_string.h" diff --git a/core/path_db.h b/core/node_path.h index 1aed7535ca..1aed7535ca 100644 --- a/core/path_db.h +++ b/core/node_path.h diff --git a/core/variant.h b/core/variant.h index 661d31cf16..583a0d09a0 100644 --- a/core/variant.h +++ b/core/variant.h @@ -43,7 +43,7 @@ #include "math_2d.h" #include "matrix3.h" #include "os/power.h" -#include "path_db.h" +#include "node_path.h" #include "plane.h" #include "quat.h" #include "rect3.h" |