libcmo21/Unvirt/StructFormatter.hpp

12 lines
154 B
C++

#pragma once
#include "VTStruct.hpp"
namespace Unvirt {
namespace StructFormatter {
void PrintCKFileInfo(const LibCmo::CKFileInfo& fileinfo);
}
}