diff options
| author | Aaron Franke <arnfranke@yahoo.com> | 2022-10-09 01:47:07 -0500 |
|---|---|---|
| committer | Aaron Franke <arnfranke@yahoo.com> | 2022-10-09 01:47:07 -0500 |
| commit | 592bd15c7aa893e55ed984c1295a47742b02bbd1 (patch) | |
| tree | da5b31324b1fc50cdf7e144b044becd50a8535de /include/godot_cpp/classes | |
| parent | bcfa3bf32065af70fc637d74d4fc438b36add7d6 (diff) | |
| download | redot-cpp-592bd15c7aa893e55ed984c1295a47742b02bbd1.tar.gz | |
Run scripts to format and make headers consistent
Diffstat (limited to 'include/godot_cpp/classes')
| -rw-r--r-- | include/godot_cpp/classes/ref.hpp | 6 | ||||
| -rw-r--r-- | include/godot_cpp/classes/wrapped.hpp | 6 |
2 files changed, 6 insertions, 6 deletions
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 <godot_cpp/core/defs.hpp> @@ -281,4 +281,4 @@ struct GetTypeInfo<const Ref<T> &, typename EnableIf<TypeInherits<RefCounted, T> } // 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 <godot_cpp/core/memory.hpp> @@ -384,4 +384,4 @@ public: }; \ m_class() : m_class(#m_class) {} -#endif // ! GODOT_CPP_WRAPPED_HPP +#endif // GODOT_WRAPPED_HPP |
