Add support for calculated defines to parser (#2463)
* Add support for calculated defines to parser * Regenerate parser output
This commit is contained in:
parent
bbc8d39185
commit
aa318674e8
5 changed files with 156 additions and 19 deletions
|
@ -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 = ""
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue