mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
3e52c4f5db
* Add djui_popup_create_global
4 lines
140 B
Bash
Executable file
4 lines
140 B
Bash
Executable file
#!/usr/bin/bash
|
|
python3 ./autogen/convert_structs.py $1
|
|
python3 ./autogen/convert_functions.py $1
|
|
python3 ./autogen/convert_constants.py $1
|