summaryrefslogtreecommitdiffstats
path: root/include/core/Quat.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/Quat.hpp')
-rw-r--r--include/core/Quat.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/Quat.hpp b/include/core/Quat.hpp
index f047178..4add6be 100644
--- a/include/core/Quat.hpp
+++ b/include/core/Quat.hpp
@@ -11,6 +11,8 @@ namespace godot {
class Quat {
public:
+ static const Quat IDENTITY;
+
real_t x, y, z, w;
real_t length_squared() const;