initial commit

This commit is contained in:
2024-07-30 01:02:42 +03:00
commit 2e1fcb9536
25 changed files with 775 additions and 0 deletions

17
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"configurations": [
{
"name": "all",
"defines": [
"SDL_DISABLE_ANALYZE_MACROS",
"DEBUG=1"
],
"includePath": [
"dependencies/include/SDL2",
"dependencies/imgui",
"${default}"
]
}
],
"version": 4
}