From f037a697eb2ce45d63840dfe87c48212d7cbf09e Mon Sep 17 00:00:00 2001 From: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Date: Sat, 6 Jan 2024 20:54:57 +0100 Subject: Add missing `OP_POWER` operator to `Variant` --- include/godot_cpp/variant/variant.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/godot_cpp/variant') diff --git a/include/godot_cpp/variant/variant.hpp b/include/godot_cpp/variant/variant.hpp index 4b58642..3c64791 100644 --- a/include/godot_cpp/variant/variant.hpp +++ b/include/godot_cpp/variant/variant.hpp @@ -122,6 +122,7 @@ public: OP_NEGATE, OP_POSITIVE, OP_MODULE, + OP_POWER, // bitwise OP_SHIFT_LEFT, OP_SHIFT_RIGHT, -- cgit v1.2.3