summaryrefslogtreecommitdiffhomepage
path: root/parser/raylib_api.json
diff options
context:
space:
mode:
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": ""
},