12 lines
157 B
C++
12 lines
157 B
C++
#pragma once
|
|
|
|
#include <CKFile.hpp>
|
|
|
|
namespace Unvirt {
|
|
namespace StructFormatter {
|
|
|
|
void PrintCKFileInfo(const LibCmo::CK2::CKFileInfo& fileinfo);
|
|
|
|
}
|
|
}
|