Initial commit

This commit is contained in:
Rafał Kołucki 2026-05-25 20:38:45 +02:00
commit 85ae941c19
10 changed files with 406 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)