Regenerate parser output
This commit is contained in:
parent
d667226b69
commit
cd36a826f1
|
|
@ -26,13 +26,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "DEG2RAD",
|
"name": "DEG2RAD",
|
||||||
"type": "UNKNOWN",
|
"type": "FLOAT_MATH",
|
||||||
"value": "(PI/180.0f)",
|
"value": "(PI/180.0f)",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "RAD2DEG",
|
"name": "RAD2DEG",
|
||||||
"type": "UNKNOWN",
|
"type": "FLOAT_MATH",
|
||||||
"value": "(180.0f/PI)",
|
"value": "(180.0f/PI)",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -26,13 +26,13 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "DEG2RAD",
|
name = "DEG2RAD",
|
||||||
type = "UNKNOWN",
|
type = "FLOAT_MATH",
|
||||||
value = "(PI/180.0f)",
|
value = "(PI/180.0f)",
|
||||||
description = ""
|
description = ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "RAD2DEG",
|
name = "RAD2DEG",
|
||||||
type = "UNKNOWN",
|
type = "FLOAT_MATH",
|
||||||
value = "(180.0f/PI)",
|
value = "(180.0f/PI)",
|
||||||
description = ""
|
description = ""
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -23,12 +23,12 @@ Define 004: PI
|
||||||
Description:
|
Description:
|
||||||
Define 005: DEG2RAD
|
Define 005: DEG2RAD
|
||||||
Name: DEG2RAD
|
Name: DEG2RAD
|
||||||
Type: UNKNOWN
|
Type: FLOAT_MATH
|
||||||
Value: (PI/180.0f)
|
Value: (PI/180.0f)
|
||||||
Description:
|
Description:
|
||||||
Define 006: RAD2DEG
|
Define 006: RAD2DEG
|
||||||
Name: RAD2DEG
|
Name: RAD2DEG
|
||||||
Type: UNKNOWN
|
Type: FLOAT_MATH
|
||||||
Value: (180.0f/PI)
|
Value: (180.0f/PI)
|
||||||
Description:
|
Description:
|
||||||
Define 007: RL_MALLOC(sz)
|
Define 007: RL_MALLOC(sz)
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@
|
||||||
<Define name="RAYLIB_VERSION" type="STRING" value="4.1-dev" desc="" />
|
<Define name="RAYLIB_VERSION" type="STRING" value="4.1-dev" desc="" />
|
||||||
<Define name="RLAPI" type="UNKNOWN" value="__declspec(dllexport)" desc="We are building the library as a Win32 shared library (.dll)" />
|
<Define name="RLAPI" type="UNKNOWN" value="__declspec(dllexport)" desc="We are building the library as a Win32 shared library (.dll)" />
|
||||||
<Define name="PI" type="FLOAT" value="3.14159265358979323846" desc="" />
|
<Define name="PI" type="FLOAT" value="3.14159265358979323846" desc="" />
|
||||||
<Define name="DEG2RAD" type="UNKNOWN" value="(PI/180.0f)" desc="" />
|
<Define name="DEG2RAD" type="FLOAT_MATH" value="(PI/180.0f)" desc="" />
|
||||||
<Define name="RAD2DEG" type="UNKNOWN" value="(180.0f/PI)" desc="" />
|
<Define name="RAD2DEG" type="FLOAT_MATH" value="(180.0f/PI)" desc="" />
|
||||||
<Define name="RL_MALLOC(sz)" type="MACRO" value="malloc(sz)" desc="" />
|
<Define name="RL_MALLOC(sz)" type="MACRO" value="malloc(sz)" desc="" />
|
||||||
<Define name="RL_CALLOC(n,sz)" type="MACRO" value="calloc(n,sz)" desc="" />
|
<Define name="RL_CALLOC(n,sz)" type="MACRO" value="calloc(n,sz)" desc="" />
|
||||||
<Define name="RL_REALLOC(ptr,sz)" type="MACRO" value="realloc(ptr,sz)" desc="" />
|
<Define name="RL_REALLOC(ptr,sz)" type="MACRO" value="realloc(ptr,sz)" desc="" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user