summaryrefslogtreecommitdiff
path: root/src/importer.hpp
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2019-11-05 19:46:50 +0300
committerAleksey Veresov <aleksey@veresov.pro>2019-11-05 19:46:50 +0300
commit73345c7dc06a6488f34d4a76906a62171a519278 (patch)
tree28b1c588873a8154db03ba9abe344412c5ef2587 /src/importer.hpp
parent55fd715a4ea184644600be54531ce5b28bec9a90 (diff)
downloadtexo-73345c7dc06a6488f34d4a76906a62171a519278.tar
texo-73345c7dc06a6488f34d4a76906a62171a519278.tar.xz
texo-73345c7dc06a6488f34d4a76906a62171a519278.zip
[texo] Medium has been changed.
Diffstat (limited to 'src/importer.hpp')
-rw-r--r--src/importer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/importer.hpp b/src/importer.hpp
index 915416c..3a31fab 100644
--- a/src/importer.hpp
+++ b/src/importer.hpp
@@ -9,6 +9,8 @@ class TexoImporter {
public:
TexoImporter(TexoProducer &producer);
+ virtual void End();
+
virtual void Put(char c) = 0;
virtual void Put(const ScriptVariable &str);
virtual void Put(FILE *file);