mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-07 03:48:15 +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 @@ 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 = ""
|
||||
},
|
||||
|
Reference in New Issue
Block a user