hacks to align strings for clang... wow just wow

This commit is contained in:
Jeffrey Crowell 2022-07-04 03:46:32 -04:00
parent a9c3c7541e
commit cc56a5a94d
16 changed files with 49 additions and 41 deletions

View file

@ -800,6 +800,7 @@ void ZFile::GenerateSourceHeaderFiles()
{
OutputFormatter formatter;
formatter.Write("#pragma once\n");
for (ZResource* res : resources)
{
std::string resSrc = res->GetSourceOutputHeader("");