#pragma once #include class CModelCompiler { public: static bool CompileModel(const std::filesystem::path& srcpath); };