#include "CKFile.hpp" namespace LibCmo::CK2 { CKERROR CKFileWriter::Save(CKSTRING u8_filename) { return CKERROR::CKERR_OK; } }