Archived
1
0

more nntpchan-daemon stuff

This commit is contained in:
Jeff Becker
2017-10-11 09:48:27 -04:00
parent ec7a17a647
commit 12bb8c4936
66 changed files with 1061 additions and 119 deletions

View File

@@ -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;
};
}