#include "UnvirtContext.hpp" int main(int argc, char* argv[]) { // run core Unvirt::Context::UnvirtContext ctx; ctx.Run(); return 0; }