mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2025-07-21 21:03:24 -07:00
Some note updates
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -28,7 +28,8 @@
|
|||||||
"functional": "cpp",
|
"functional": "cpp",
|
||||||
"vector": "cpp",
|
"vector": "cpp",
|
||||||
"list": "cpp",
|
"list": "cpp",
|
||||||
"xhash": "cpp"
|
"xhash": "cpp",
|
||||||
|
// "*.md.html":"markdown"
|
||||||
},
|
},
|
||||||
"C_Cpp.intelliSenseEngineFallback": "disabled",
|
"C_Cpp.intelliSenseEngineFallback": "disabled",
|
||||||
"C_Cpp.errorSquiggles": "disabled", // This doesn't work well with how the headers are included.
|
"C_Cpp.errorSquiggles": "disabled", // This doesn't work well with how the headers are included.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# HandmadeHero
|
# HandmadeHero
|
||||||
|
|
||||||
Any code I do for this series will be here.
|
Any code I do for this series will be here.
|
||||||
|
|
||||||
|
|
||||||
|
***(Only original hand-written code will be here, no code from the series itself)***
|
||||||
|
|
||||||
## Scripts
|
## Scripts
|
||||||
|
|
||||||
|
Submodule handmade-hero-notes updated: de9420a64d...68369f571a
Reference in New Issue
Block a user