Initial commit

This commit is contained in:
Rafał Kołucki 2026-05-25 20:38:45 +02:00
commit 9a75f89146
10 changed files with 376 additions and 0 deletions

3
build.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
cmake --preset 3ds
cmake --build build --parallel $(nproc)