summaryrefslogtreecommitdiffhomepage
path: root/parser/raylib_api.txt
diff options
context:
space:
mode:
authorlazaray <[email protected]>2022-05-06 20:23:07 +0200
committerGitHub <[email protected]>2022-05-06 20:23:07 +0200
commitaa318674e8e790eda7deefc021bb8e4c6877d59d (patch)
tree65adbe77f500f1e34393e2ddaa973776e3ece39d /parser/raylib_api.txt
parentbbc8d391857da7fd7813db0aaa5cb40e193ad14a (diff)
downloadraylib-aa318674e8e790eda7deefc021bb8e4c6877d59d.tar.gz
raylib-aa318674e8e790eda7deefc021bb8e4c6877d59d.zip
Add support for calculated defines to parser (#2463)
* Add support for calculated defines to parser * Regenerate parser output
Diffstat (limited to 'parser/raylib_api.txt')
-rw-r--r--parser/raylib_api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser/raylib_api.txt b/parser/raylib_api.txt
index 10b9727c..18ef8aff 100644
--- a/parser/raylib_api.txt
+++ b/parser/raylib_api.txt
@@ -23,12 +23,12 @@ Define 004: PI
Description:
Define 005: DEG2RAD
Name: DEG2RAD
- Type: UNKNOWN
+ Type: FLOAT_MATH
Value: (PI/180.0f)
Description:
Define 006: RAD2DEG
Name: RAD2DEG
- Type: UNKNOWN
+ Type: FLOAT_MATH
Value: (180.0f/PI)
Description:
Define 007: RL_MALLOC(sz)