mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-24 07:08:56 +00:00
Add support for calculated defines to parser (#2463)
* Add support for calculated defines to parser * Regenerate parser output
This commit is contained in:
@@ -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": ""
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user