render zoneload header

This commit is contained in:
Jan
2021-02-20 12:28:38 +01:00
parent 5db8c3adf1
commit fe121853e2
5 changed files with 395 additions and 42 deletions

View File

@ -6,6 +6,8 @@ class ZoneLoadTemplate final : public ICodeTemplate
static constexpr int TAG_HEADER = 1;
static constexpr int TAG_SOURCE = 2;
class Internal;
public:
std::vector<CodeTemplateFile> GetFilesToRender(RenderingContext* context) override;
void RenderFile(std::ostream& stream, int fileTag, RenderingContext* context) override;