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