Small Tweak

This commit is contained in:
TheBrokenRail 2024-02-15 03:54:40 -05:00
parent 1b29e09e67
commit 225eb259fe

View File

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