]> Creatis software - cpPlugins.git/blobdiff - lib/mstch/state/outside_section.hpp
Moved to version 1.0
[cpPlugins.git] / lib / mstch / state / outside_section.hpp
diff --git a/lib/mstch/state/outside_section.hpp b/lib/mstch/state/outside_section.hpp
new file mode 100644 (file)
index 0000000..8617dce
--- /dev/null
@@ -0,0 +1,12 @@
+#pragma once
+
+#include "render_state.hpp"
+
+namespace mstch {
+
+class outside_section: public render_state {
+ public:
+  std::string render(render_context& context, const token& token) override;
+};
+
+}