HandmadeHero/.vscode/bookmarks.json
Ed_ d76163ae84 Fixed bugs with optimized builds
Symbol table for engine module was out of order.
2023-09-28 18:38:06 -04:00

39 lines
591 B
JSON

{
"files": [
{
"path": "project/platform/win32_platform.cpp",
"bookmarks": [
{
"line": 57,
"column": 0,
"label": "Struct Defs"
},
{
"line": 96,
"column": 0,
"label": "Static Data"
},
{
"line": 629,
"column": 0,
"label": "Timing"
},
{
"line": 1478,
"column": 4,
"label": "Main Loop : Audio Processing"
},
{
"line": 1597,
"column": 2,
"label": "Main Loop : Timing Update"
},
{
"line": 1681,
"column": 0,
"label": "Main Loop : End"
}
]
}
]
}