summaryrefslogtreecommitdiff
path: root/src/importer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/importer.cpp')
-rw-r--r--src/importer.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/importer.cpp b/src/importer.cpp
index 73f23e6..af475a5 100644
--- a/src/importer.cpp
+++ b/src/importer.cpp
@@ -4,6 +4,11 @@
TexoImporter::TexoImporter(TexoProducer &producer): producer(producer)
{}
+void TexoImporter::End()
+{
+ producer.End();
+}
+
void TexoImporter::Put(const ScriptVariable &str)
{
const int len = str.Length();