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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user