Engine & Game Library Interface Update

This commit is contained in:
Isuru Samarathunga
2025-10-05 01:51:48 +05:30
parent 5408f07e97
commit f8b41a0d61
48 changed files with 2423 additions and 193 deletions

22
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,22 @@
{
"files.associations": {
"*.rml": "html",
"format": "cpp",
"random": "cpp",
"chrono": "cpp",
"functional": "cpp",
"optional": "cpp",
"regex": "cpp",
"system_error": "cpp",
"type_traits": "cpp",
"xlocmon": "cpp",
"xlocnum": "cpp",
"xtr1common": "cpp",
"xutility": "cpp",
"filesystem": "cpp",
"xlocale": "cpp",
"xlocinfo": "cpp",
"xstring": "cpp",
"any": "cpp"
}
}