summaryrefslogtreecommitdiff
path: root/transpiler/replacer.h
diff options
context:
space:
mode:
Diffstat (limited to 'transpiler/replacer.h')
-rw-r--r--transpiler/replacer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/transpiler/replacer.h b/transpiler/replacer.h
new file mode 100644
index 0000000..f795bca
--- /dev/null
+++ b/transpiler/replacer.h
@@ -0,0 +1,3 @@
+#include <string>
+
+std::string insertCodeSnippets(char* workingDirectory, char* bodyContent);