From ed7a63015c1583d5544ac18bbaccaedc95f3e5e3 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Fri, 8 Nov 2019 19:49:40 +0300 Subject: [texo] Full rewrite of inner representation. --- src/str.hpp | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/str.hpp (limited to 'src/str.hpp') diff --git a/src/str.hpp b/src/str.hpp deleted file mode 100644 index c7cecfc..0000000 --- a/src/str.hpp +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef TEXO_INCLUDED_STR -#define TEXO_INCLUDED_STR - -#include "exporter.hpp" - - -class TexoExporterString: public TexoExporter { -public: - TexoExporterString(ScriptVariable &str); - - void Put(char c); - void Put(const ScriptVariable &addon); - -private: - ScriptVariable &str; -}; - - -#endif -- cgit v1.2.3