2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-03-07 05:23:02 +00:00

chore: add build log for zcg

This commit is contained in:
Jan Laupetin
2026-03-05 20:20:00 +00:00
parent 027d47d549
commit f8b3361bbe
6 changed files with 41 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ public:
}
private:
bool ReadHeaderData()
[[nodiscard]] bool ReadHeaderData() const
{
for (const auto& headerFile : m_args.m_header_paths)
{
@@ -62,7 +62,7 @@ private:
return true;
}
bool ReadCommandsData()
[[nodiscard]] bool ReadCommandsData() const
{
for (const auto& commandsFile : m_args.m_command_paths)
{