Initial Commit

This commit is contained in:
AlphaKR93
2023-03-06 23:57:53 +09:00
commit 2939a4b16b
30 changed files with 38477 additions and 0 deletions

8
scripts/fixupAPI.cmd Normal file
View File

@@ -0,0 +1,8 @@
@echo off
cd Andromeda-API >> NUL
git add . >> NUL
git commit -m "fixup" >> NUL
git format-patch -1 >> NUL
0001-fixup.patch >> NUL
cd .. >> NUL
echo Complete.