mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-03 01:57:54 -05:00
ZoneWriting stuff
This commit is contained in:
@ -6,6 +6,8 @@ class ZoneWriteTemplate 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;
|
||||
|
Reference in New Issue
Block a user