Initial commit

This commit is contained in:
2026-04-29 23:13:45 -05:00
commit b4ed979742
19 changed files with 1229 additions and 0 deletions

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

@@ -0,0 +1,24 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"C:\\SGDK\\**",
"${workspaceFolder}",
"C:\\Users\\ttibb\\Dev\\SGDK-Game\\res\\resources.h"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.19041.0",
"compilerPath": "cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}