From aa318674e8e790eda7deefc021bb8e4c6877d59d Mon Sep 17 00:00:00 2001 From: lazaray <104470294+lazaray@users.noreply.github.com> Date: Fri, 6 May 2022 20:23:07 +0200 Subject: Add support for calculated defines to parser (#2463) * Add support for calculated defines to parser * Regenerate parser output --- parser/raylib_api.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'parser/raylib_api.lua') diff --git a/parser/raylib_api.lua b/parser/raylib_api.lua index 2cbd388f..d4fb9a4d 100644 --- a/parser/raylib_api.lua +++ b/parser/raylib_api.lua @@ -26,13 +26,13 @@ return { }, { name = "DEG2RAD", - type = "UNKNOWN", + type = "FLOAT_MATH", value = "(PI/180.0f)", description = "" }, { name = "RAD2DEG", - type = "UNKNOWN", + type = "FLOAT_MATH", value = "(180.0f/PI)", description = "" }, -- cgit v1.2.3