#include "vulkan.h"
const char* vulkan()
{
auto c1 = engine_module_hello.name.c_str();
auto c2 = zlib_module.name.c_str();
return "vulkan";
}