summaryrefslogtreecommitdiffhomepage
path: root/parser/raylib_api.json
diff options
context:
space:
mode:
authorlazaray <[email protected]>2022-05-06 20:23:07 +0200
committerGitHub <[email protected]>2022-05-06 20:23:07 +0200
commitaa318674e8e790eda7deefc021bb8e4c6877d59d (patch)
tree65adbe77f500f1e34393e2ddaa973776e3ece39d /parser/raylib_api.json
parentbbc8d391857da7fd7813db0aaa5cb40e193ad14a (diff)
downloadraylib-aa318674e8e790eda7deefc021bb8e4c6877d59d.tar.gz
raylib-aa318674e8e790eda7deefc021bb8e4c6877d59d.zip
Add support for calculated defines to parser (#2463)
* Add support for calculated defines to parser * Regenerate parser output
Diffstat (limited to 'parser/raylib_api.json')
-rw-r--r--parser/raylib_api.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser/raylib_api.json b/parser/raylib_api.json
index 5006e206..5a6cffe5 100644
--- a/parser/raylib_api.json
+++ b/parser/raylib_api.json
@@ -26,13 +26,13 @@
},
{
"name": "DEG2RAD",
- "type": "UNKNOWN",
+ "type": "FLOAT_MATH",
"value": "(PI/180.0f)",
"description": ""
},
{
"name": "RAD2DEG",
- "type": "UNKNOWN",
+ "type": "FLOAT_MATH",
"value": "(180.0f/PI)",
"description": ""
},