Got raylib bootstrapped to compile

Still need to setup a refactor script among other things before using.
This commit is contained in:
2023-10-24 06:00:28 -04:00
parent d5a4b77033
commit a900e86b65
17 changed files with 10597 additions and 38 deletions

View File

@ -28,7 +28,8 @@
"functional": "cpp",
"vector": "cpp",
"list": "cpp",
"xhash": "cpp"
"xhash": "cpp",
"glfw3.h": "c"
},
"C_Cpp.intelliSenseEngineFallback": "disabled",
"mesonbuild.configureOnOpen": true,