From 592bd15c7aa893e55ed984c1295a47742b02bbd1 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sun, 9 Oct 2022 01:47:07 -0500 Subject: Run scripts to format and make headers consistent --- include/godot_cpp/classes/ref.hpp | 6 +++--- include/godot_cpp/classes/wrapped.hpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'include/godot_cpp/classes') diff --git a/include/godot_cpp/classes/ref.hpp b/include/godot_cpp/classes/ref.hpp index 0e65f48..16e418d 100644 --- a/include/godot_cpp/classes/ref.hpp +++ b/include/godot_cpp/classes/ref.hpp @@ -28,8 +28,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef GODOT_CPP_REF_HPP -#define GODOT_CPP_REF_HPP +#ifndef GODOT_REF_HPP +#define GODOT_REF_HPP #include @@ -281,4 +281,4 @@ struct GetTypeInfo &, typename EnableIf } // namespace godot -#endif // ! GODOT_CPP_REF_HPP +#endif // GODOT_REF_HPP diff --git a/include/godot_cpp/classes/wrapped.hpp b/include/godot_cpp/classes/wrapped.hpp index 94f9f97..5bd032a 100644 --- a/include/godot_cpp/classes/wrapped.hpp +++ b/include/godot_cpp/classes/wrapped.hpp @@ -28,8 +28,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef GODOT_CPP_WRAPPED_HPP -#define GODOT_CPP_WRAPPED_HPP +#ifndef GODOT_WRAPPED_HPP +#define GODOT_WRAPPED_HPP #include @@ -384,4 +384,4 @@ public: }; \ m_class() : m_class(#m_class) {} -#endif // ! GODOT_CPP_WRAPPED_HPP +#endif // GODOT_WRAPPED_HPP -- cgit v1.2.3