X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fmstch%2Fstate%2Foutside_section.hpp;fp=lib%2Fmstch%2Fstate%2Foutside_section.hpp;h=8617dcebb1e9907353ed0e33b4c3818f2e745e8e;hb=2e142df11d6f312a2a2b5097b8da73571ed523e8;hp=0000000000000000000000000000000000000000;hpb=61b3659afe961ed248f30e26f9ca8f28fcfafddc;p=cpPlugins.git diff --git a/lib/mstch/state/outside_section.hpp b/lib/mstch/state/outside_section.hpp new file mode 100644 index 0000000..8617dce --- /dev/null +++ b/lib/mstch/state/outside_section.hpp @@ -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; +}; + +}