#pragma once #include class XNModelCompile { public: XNModelCompile() = delete; ~XNModelCompile() = delete; static int Compile(const std::string &srcPath, std::string &errorMsg); };