mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-30 03:28:55 -07:00
hacks to align strings for clang... wow just wow
This commit is contained in:
parent
a9c3c7541e
commit
cc56a5a94d
16 changed files with 49 additions and 41 deletions
|
@ -800,6 +800,7 @@ void ZFile::GenerateSourceHeaderFiles()
|
|||
{
|
||||
OutputFormatter formatter;
|
||||
|
||||
formatter.Write("#pragma once\n");
|
||||
for (ZResource* res : resources)
|
||||
{
|
||||
std::string resSrc = res->GetSourceOutputHeader("");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue