HandmadeHero/.vscode/bookmarks.json
Ed_ dc43db117c Day 25 Part 1
I'm splitting this implementation into parts since so much already happened...

I fully updated the code the the latest convention I want to use for the project.
Engine & Game replay should work.
2023-09-30 10:05:37 -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": 655,
"column": 0,
"label": "Timing"
},
{
"line": 1575,
"column": 4,
"label": "Main Loop : Audio Processing"
},
{
"line": 1694,
"column": 2,
"label": "Main Loop : Timing Update"
},
{
"line": 1778,
"column": 0,
"label": "Main Loop : End"
}
]
}
]
}