From 10bb24cfbc21a9cb6591a311052d63c53c498573 Mon Sep 17 00:00:00 2001 From: Ramesh Ravone Date: Tue, 3 Oct 2017 16:07:34 +0530 Subject: updated bindings --- include/core/Array.hpp | 2 +- include/core/Color.hpp | 2 +- include/core/Dictionary.hpp | 2 +- include/core/Godot.hpp | 4 ++-- include/core/NodePath.hpp | 2 +- include/core/PoolArrays.hpp | 2 +- include/core/RID.hpp | 2 +- include/core/String.hpp | 2 +- include/core/Variant.hpp | 4 ++-- include/core/Vector2.hpp | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) (limited to 'include') diff --git a/include/core/Array.hpp b/include/core/Array.hpp index 6a64872..2005740 100644 --- a/include/core/Array.hpp +++ b/include/core/Array.hpp @@ -1,7 +1,7 @@ #ifndef ARRAY_H #define ARRAY_H -#include +#include #include "String.hpp" diff --git a/include/core/Color.hpp b/include/core/Color.hpp index 5232573..5c3cd9e 100644 --- a/include/core/Color.hpp +++ b/include/core/Color.hpp @@ -1,7 +1,7 @@ #ifndef COLOR_H #define COLOR_H -#include +#include #include diff --git a/include/core/Dictionary.hpp b/include/core/Dictionary.hpp index 31744b7..238724d 100644 --- a/include/core/Dictionary.hpp +++ b/include/core/Dictionary.hpp @@ -5,7 +5,7 @@ #include "Array.hpp" -#include +#include namespace godot { diff --git a/include/core/Godot.hpp b/include/core/Godot.hpp index 90a73aa..98bcf62 100644 --- a/include/core/Godot.hpp +++ b/include/core/Godot.hpp @@ -4,8 +4,8 @@ #include #include -#include -#include +#include +#include #include diff --git a/include/core/NodePath.hpp b/include/core/NodePath.hpp index f4b4b25..235c95e 100644 --- a/include/core/NodePath.hpp +++ b/include/core/NodePath.hpp @@ -3,7 +3,7 @@ #include "String.hpp" -#include +#include namespace godot { diff --git a/include/core/PoolArrays.hpp b/include/core/PoolArrays.hpp index 6c07ae1..e10d8e9 100644 --- a/include/core/PoolArrays.hpp +++ b/include/core/PoolArrays.hpp @@ -8,7 +8,7 @@ #include "Vector2.hpp" #include "Vector3.hpp" -#include +#include namespace godot { diff --git a/include/core/RID.hpp b/include/core/RID.hpp index 3f83e79..3a968bf 100644 --- a/include/core/RID.hpp +++ b/include/core/RID.hpp @@ -1,7 +1,7 @@ #ifndef RID_H #define RID_H -#include +#include namespace godot { diff --git a/include/core/String.hpp b/include/core/String.hpp index dec8104..ea28778 100644 --- a/include/core/String.hpp +++ b/include/core/String.hpp @@ -1,7 +1,7 @@ #ifndef STRING_H #define STRING_H -#include +#include namespace godot { diff --git a/include/core/Variant.hpp b/include/core/Variant.hpp index 6d9b1a7..b4741f9 100644 --- a/include/core/Variant.hpp +++ b/include/core/Variant.hpp @@ -1,7 +1,7 @@ #ifndef VARIANT_H #define VARIANT_H -#include +#include #include "Defs.hpp" @@ -259,7 +259,7 @@ public: bool hash_compare(const Variant& b) const; - bool booleanize(bool &valid) const; + bool booleanize() const; ~Variant(); diff --git a/include/core/Vector2.hpp b/include/core/Vector2.hpp index da45ccf..3372f99 100644 --- a/include/core/Vector2.hpp +++ b/include/core/Vector2.hpp @@ -1,7 +1,7 @@ #ifndef VECTOR2_H #define VECTOR2_H -#include +#include #include "Defs.hpp" -- cgit v1.2.3