Add build tool and stub main.cpp

This commit is contained in:
Lexi / Zoe 2025-10-22 00:20:48 +02:00
parent bf741cc90b
commit a5f858641f
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
5 changed files with 694 additions and 2 deletions

10
shuriken.yaml Normal file
View file

@ -0,0 +1,10 @@
defaults:
cpp_standard: c++23
cpp_flags: -Wall -Wextra -Werror -pedantic
linker_args: -lSDL3 -lSDL3_image
default_target: linux
targets:
linux:
output_file: rutile_game