run.h 184 B

1234567891011
  1. #pragma once
  2. #ifndef MANDELVID_RUN_H
  3. #define MANDELVID_RUN_H
  4. #include <string>
  5. void renderImage(const std::string& xmlPath, const std::string& outPath);
  6. #endif // MANDELVID_RUN_H