This commit is contained in:
root
2024-04-30 03:01:48 +08:00
parent 9abf8aa3a4
commit 47be0adc6b
330 changed files with 5549 additions and 39399 deletions

2
.vscode/launch.json vendored
View File

@@ -15,7 +15,7 @@
"cwd": "/home/neople/game/",
"environment": [{
"name": "LD_PRELOAD",
"value": "/home/dnf_project/dnf_project/build/lib/libAurora.so"
"value": "/dp_s/lib/libAurora.so"
}],
"externalConsole": false,
"MIMode": "gdb",

View File

@@ -58,6 +58,8 @@
"csignal": "cpp",
"*.ipp": "cpp",
"condition_variable": "cpp",
"future": "cpp"
"future": "cpp",
"iterator": "cpp",
"regex": "cpp"
}
}