zengine/game/zworld/zworld.plugin.cpp

9 lines
224 B
C++
Raw Permalink Normal View History

2024-07-31 10:48:28 +08:00
#include "src/zworld.h"
void __zworld__module::InitMetaData(void){
mInfo.name = "zworld";
mInfo.dependencies = {
{"engine", "1.0.1", "static" },
{"editor", "1.0.1", "static" },
{"vulkan", "1.0.1", "shared" }
};
};