Add Some Tools and Assets to create cpp's for 0.9+

This commit is contained in:
2023-03-13 21:19:07 +01:00
parent f6e3c50814
commit 780025bb74
47 changed files with 214 additions and 30355 deletions

4
tools/clear_tools.sh Executable file
View File

@ -0,0 +1,4 @@
#Delete Tools
echo "Delete Binary Directory"
rm -rf bin
echo "Finished!"