HandmadeHero/.vscode/bookmarks.json
Ed_ 2f6e60d472 symbols for engine module are now generated into a header
Started to to use gencpp to codegen.

Now instead of loading the symbol table file made by the build script I can just have it get directly compiled.
2023-09-28 20:22:15 -04:00

39 lines
591 B
JSON

{
"files": [
{
"path": "project/platform/win32_platform.cpp",
"bookmarks": [
{
"line": 59,
"column": 0,
"label": "Struct Defs"
},
{
"line": 98,
"column": 0,
"label": "Static Data"
},
{
"line": 631,
"column": 0,
"label": "Timing"
},
{
"line": 1453,
"column": 4,
"label": "Main Loop : Audio Processing"
},
{
"line": 1572,
"column": 2,
"label": "Main Loop : Timing Update"
},
{
"line": 1656,
"column": 0,
"label": "Main Loop : End"
}
]
}
]
}