libcmo21/Unvirt/StructFormatter.hpp

12 lines
154 B
C++
Raw Normal View History

2023-02-14 16:28:37 +08:00
#pragma once
#include "VTStruct.hpp"
namespace Unvirt {
namespace StructFormatter {
void PrintCKFileInfo(const LibCmo::CKFileInfo& fileinfo);
}
}