From bab247dcb6b429b108ec585e80760bf6aa7c1771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 14 Dec 2022 00:40:17 +0100 Subject: Rename godot-headers to gdextension, move header to top folder Changes the `` include to simply ``. Refactor and better document the SCons and CMake logic around setting the paths to the header and API JSON file. --- include/godot_cpp/core/binder_common.hpp | 2 +- include/godot_cpp/core/builtin_ptrcall.hpp | 2 +- include/godot_cpp/core/class_db.hpp | 2 +- include/godot_cpp/core/engine_ptrcall.hpp | 2 +- include/godot_cpp/core/math.hpp | 2 +- include/godot_cpp/core/method_bind.hpp | 2 +- include/godot_cpp/core/object.hpp | 2 +- include/godot_cpp/core/property_info.hpp | 2 +- include/godot_cpp/core/type_info.hpp | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'include/godot_cpp/core') diff --git a/include/godot_cpp/core/binder_common.hpp b/include/godot_cpp/core/binder_common.hpp index 30ff8f3..e97702d 100644 --- a/include/godot_cpp/core/binder_common.hpp +++ b/include/godot_cpp/core/binder_common.hpp @@ -31,7 +31,7 @@ #ifndef GODOT_BINDER_COMMON_HPP #define GODOT_BINDER_COMMON_HPP -#include +#include #include #include diff --git a/include/godot_cpp/core/builtin_ptrcall.hpp b/include/godot_cpp/core/builtin_ptrcall.hpp index 1b5aadd..ba0546b 100644 --- a/include/godot_cpp/core/builtin_ptrcall.hpp +++ b/include/godot_cpp/core/builtin_ptrcall.hpp @@ -31,7 +31,7 @@ #ifndef GODOT_BUILTIN_PTRCALL_HPP #define GODOT_BUILTIN_PTRCALL_HPP -#include +#include #include diff --git a/include/godot_cpp/core/class_db.hpp b/include/godot_cpp/core/class_db.hpp index 8d7740f..9148359 100644 --- a/include/godot_cpp/core/class_db.hpp +++ b/include/godot_cpp/core/class_db.hpp @@ -31,7 +31,7 @@ #ifndef GODOT_CLASS_DB_HPP #define GODOT_CLASS_DB_HPP -#include +#include #include #include diff --git a/include/godot_cpp/core/engine_ptrcall.hpp b/include/godot_cpp/core/engine_ptrcall.hpp index 9400cd8..f361166 100644 --- a/include/godot_cpp/core/engine_ptrcall.hpp +++ b/include/godot_cpp/core/engine_ptrcall.hpp @@ -31,7 +31,7 @@ #ifndef GODOT_ENGINE_PTRCALL_HPP #define GODOT_ENGINE_PTRCALL_HPP -#include +#include #include #include diff --git a/include/godot_cpp/core/math.hpp b/include/godot_cpp/core/math.hpp index 1436f20..2274569 100644 --- a/include/godot_cpp/core/math.hpp +++ b/include/godot_cpp/core/math.hpp @@ -33,7 +33,7 @@ #include -#include +#include #include diff --git a/include/godot_cpp/core/method_bind.hpp b/include/godot_cpp/core/method_bind.hpp index 260500f..0b5925b 100644 --- a/include/godot_cpp/core/method_bind.hpp +++ b/include/godot_cpp/core/method_bind.hpp @@ -36,7 +36,7 @@ #include -#include +#include #include diff --git a/include/godot_cpp/core/object.hpp b/include/godot_cpp/core/object.hpp index 9fa2bb1..f6348be 100644 --- a/include/godot_cpp/core/object.hpp +++ b/include/godot_cpp/core/object.hpp @@ -41,7 +41,7 @@ #include -#include +#include #include diff --git a/include/godot_cpp/core/property_info.hpp b/include/godot_cpp/core/property_info.hpp index a0c5126..ea96156 100644 --- a/include/godot_cpp/core/property_info.hpp +++ b/include/godot_cpp/core/property_info.hpp @@ -39,7 +39,7 @@ #include -#include +#include namespace godot { diff --git a/include/godot_cpp/core/type_info.hpp b/include/godot_cpp/core/type_info.hpp index e570db7..ddbb0b6 100644 --- a/include/godot_cpp/core/type_info.hpp +++ b/include/godot_cpp/core/type_info.hpp @@ -35,7 +35,7 @@ #include #include -#include +#include namespace godot { -- cgit v1.2.3