automatically export defines, by @ashleysommer
This commit is contained in:
parent
be45bef9f1
commit
a49439135e
4 changed files with 1088 additions and 8 deletions
|
@ -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"
|
||||
|
||||
|
|
Reference in a new issue