automatically export defines, by @ashleysommer

This commit is contained in:
Richard Smith 2024-01-22 15:05:29 +00:00
parent be45bef9f1
commit a49439135e
4 changed files with 1088 additions and 8 deletions

View file

@ -40,6 +40,11 @@ echo "creating enums.py"
python3 create_enums.py > raylib/enums.py
python3 create_enums.py > dynamic/raylib/enums.py
echo "creating defines.py"
python3 create_define_consts.py > raylib/defines.py
python3 create_define_consts.py > dynamic/raylib/defines.py
echo "creating pyi files"