From 48eff7d784620f141ea8da77a1a0d7b4e1330ea9 Mon Sep 17 00:00:00 2001 From: Slendi Date: Thu, 12 Mar 2026 01:42:20 +0200 Subject: [PATCH] Document SMATH_ANGLE_UNIT in smath.hpp's top comment Signed-off-by: Slendi --- include/smath/smath.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/smath/smath.hpp b/include/smath/smath.hpp index 9097704..2f45b80 100644 --- a/include/smath/smath.hpp +++ b/include/smath/smath.hpp @@ -17,6 +17,7 @@ * * You can define the following macros to change functionality: * - SMATH_IMPLICIT_CONVERSIONS + * - SMATH_ANGLE_UNIT (=rad, =deg, =turns) */ #pragma once