make dbr calculation precise

This commit is contained in:
2025-12-29 21:46:41 +01:00
parent b51b66d0a1
commit 3577d67264
2 changed files with 23 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"C:\\lua\\*"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.26100.0",
"compilerPath": "cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}