Small Tweak

This commit is contained in:
TheBrokenRail 2024-02-15 03:54:40 -05:00
parent 1b29e09e67
commit 225eb259fe
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ function removeGeneric(type: string) {
return type;
}
function getFakeName(type: string) {
return removeGeneric(type).replaceAll('std::', '__std_');
return removeGeneric(type).replaceAll('std::', '_std_');
}
// Generate C Type Definition