12 lines
154 B
C++
12 lines
154 B
C++
#pragma once
|
|
|
|
#include "VTStruct.hpp"
|
|
|
|
namespace Unvirt {
|
|
namespace StructFormatter {
|
|
|
|
void PrintCKFileInfo(const LibCmo::CKFileInfo& fileinfo);
|
|
|
|
}
|
|
}
|