Add map header #8

Closed
bigjango13 wants to merge 1 commits from (deleted):map into master

View File

@ -176,6 +176,7 @@ function makeMainHeader(output: string) {
result += '#include <string>\n';
result += '#include <vector>\n';
result += '#include <cstddef>\n';
result += '#include <map>\n';
result += 'extern "C" {\n\n';
result += makeHeaderPart(true);
result += '\n// End C++ Mode\n';