libcmo21/Unvirt/StructFormatter.hpp

12 lines
152 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 {
void PrintCKFileInfo(const LibCmo::CKFileInfo& fileinfo);
}
}