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