initial commit

This commit is contained in:
Norman Bos
2024-04-10 19:04:35 +02:00
parent b670bdf5ed
commit 388fba7590
10 changed files with 381 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
]
}
],
"version": 4
}