Added neko stuff but broken as fuck

This commit is contained in:
2025-09-21 18:27:29 +02:00
parent 8d521fe2d6
commit 16acc7bc6f
10 changed files with 186 additions and 60 deletions

12
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"files.associations": {
"stdio.h": "c",
"sdl_main.h": "c",
"neko.h": "c",
"sdl_image.h": "c",
"array": "c",
"string": "c",
"string_view": "c",
"shape.h": "c"
}
}