libcmo21/Unvirt/StructFormatter.hpp

12 lines
157 B
C++
Raw Normal View History

2023-02-14 16:28:37 +08:00
#pragma once
2023-02-25 17:39:39 +08:00
#include <CKFile.hpp>
2023-02-14 16:28:37 +08:00
namespace Unvirt {
namespace StructFormatter {
2023-02-26 21:48:03 +08:00
void PrintCKFileInfo(const LibCmo::CK2::CKFileInfo& fileinfo);
2023-02-14 16:28:37 +08:00
}
}