Audio/AudioDevice: Improve GetListenerRotation
This commit is contained in:
@@ -55,6 +55,9 @@ namespace Nz
|
||||
|
||||
constexpr Angle& operator=(const Angle&) = default;
|
||||
|
||||
constexpr const Angle& operator+() const;
|
||||
constexpr Angle operator-() const;
|
||||
|
||||
constexpr Angle operator+(const Angle& other) const;
|
||||
constexpr Angle operator-(const Angle& other) const;
|
||||
constexpr Angle operator*(T scalar) const;
|
||||
|
||||
Reference in New Issue
Block a user