finish migration from py to c++
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include "AccessibleValue.hpp"
|
||||
#include "TerminalHelper.hpp"
|
||||
#include "CmdHelper.hpp"
|
||||
#include "StructFormatter.hpp"
|
||||
#include "VTStruct.hpp"
|
||||
#include <cstdio>
|
||||
#include <iostream>
|
||||
@ -13,12 +13,7 @@ int main(int argc, char* argv[]) {
|
||||
LibCmo::CKFile vtfile(vtctx);
|
||||
vtfile.Load("Language.old.nmo", LibCmo::CK_LOAD_FLAGS::CK_LOAD_DEFAULT);
|
||||
|
||||
//printf(UNVIRT_TERMCOL_LIGHT_YELLOW(("Hello, %s\n")), u8"㴮!");
|
||||
|
||||
//std::string bbb("load \"Language. 㴮!old.nmo\" utf8 ");
|
||||
//Unvirt::CmdHelper::CmdSplitter sp;
|
||||
//auto a = sp.Convert(bbb);
|
||||
//printf(UNVIRT_TERMCOL_LIGHT_YELLOW(("%s\n")), a[1].c_str());
|
||||
Unvirt::StructFormatter::PrintCKFileInfo(vtfile.m_FileInfo);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user